Articles

Security Warning: merge tags as HTML attribute values

If your form confirmation is using a merge tag as a value for an HTML attribute, you may see the following warning: Your confirmation message appears to contain a merge tag as the value for an HTML attribute.

gform_is_value_match

This filter can be used to filter whether the source and target values are a match.

gform_conditional_logic_operators

This JavaScript hook can be used to override the available conditional logic operators.

Centering an Entire Form

This CSS snippet shows how to center an entire form. The snippet may be placed in your style.css for your theme.

Advanced Tab

A list of settings available to the field’s Advanced tab and the positions the new settings can be added to when using the gform_field_advanced_settings hook.

Appearance Tab

A list of settings available to the field’s Appearance tab and the positions the new settings can be added to when using the gform_field_appearance_settings hook.

General Tab

A list of settings available to the field’s General tab and the positions the new settings can be added to when using the gform_field_standard_settings hook.

gform_view

This action allows additional actions to be performed based on the form view.

gform_shortcode_preview_disabled

This filter is used to enable/disable the shortcode preview within the Add Form button.

GF_Field_HTML

This class is responsible for determining how the HTML field is rendered when the form is displayed and how its value is handled during and after form submission.