GravityExport
- Adding a download button for entries in GravityView using GravityExport
- Attaching all entries to an e-mail in GravityExport
- Attaching an entry export to a notification using GravityExport Lite
- Changing labels in GravityExport
- Changing the File Format of a Report by Adding the File Extension to the URL
- Changing values in GravityExport
- Connecting Dropbox to GravityExport
- Connecting FTP to GravityExport
- Customize Download URLs in GravityExport
- Filtering entries included in a GravityExport download
- Filtering GravityExport with conditional logic and relative dates
- Formatting an address in GravityExport
- Getting started with GravityExport
- GravityExport and caching plugins
- GravityExport Developer Hooks
- GravityExport FAQ
- GravityExport field: BaseField
- GravityExport field: DateField
- GravityExport field: FileUploadField
- GravityExport field: ListField
- GravityExport field: MetaField
- GravityExport field: NotesField
- GravityExport field: NumberField
- GravityExport field: ProductField
- GravityExport field: RepeaterField
- GravityExport field: SectionField
- GravityExport field: SeparableField
- GravityExport Filters
- GravityExport: Exporting only one entry
- GravityExport: How to output dropdown field labels Instead of values
- GravityExport: Splitting complex fields in Multiple Columns
- GravityExport: The “Enable multi-row splitting” setting
- How Is GravityExport Lite Different From GravityExport?
- How to configure GravityExport to save File Upload fields
- How to export all forms in bulk to an Excel spreadsheet
- How to Export Checkbox Fields as Separate Columns in GravityExport
- How to re-run a GravityExport Save feed
- How to schedule automated exports
- How to trigger a GravityExport Save Feed
- How to use FastCron to trigger exports on a custom schedule
- PDF export settings and style controls
- Restricting file access in GravityExport & GravityExport Lite
- Styling PDF file exports using CSS
- Home
- Docs
- GravityExport
- GravityExport field: SectionField
GravityExport field: SectionField
Estimated reading: < 1 minutes
Updated on April 24, 2026
A form can be split up in to multiple sections. These sections actually are fields, and they CAN be exported. But by default the plugin disables this. This class is responsible for fixing that. There is a setting in the plugin settings page to enable / disable these columns.
Filters #
gfexcel_field_section_enabled_{form_id}This filter can help you by programmatically enable or disable the section columns.
Example #
add_filter('gfexcel_field_section_enabled', '__return_false');