Skip to main content

Filter: gform_include_bom_export_entries

Filter whether to include a BOM (Byte Order Mark) in the export file.

This is a Gravity Forms filter. BOM helps Excel properly detect UTF-8 encoding.

Parameters

NameTypeDescription
$include_bomboolWhether to include the BOM. Default: true.
$formarray|nullThe Gravity Forms form array, or null if not available.

Source

  • Defined in src/REST/ViewsRoute.php at line 366
  • Defined in src/View/View.php at line 1974