Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_mollie_payment_description
Allow for the filtering of the payment description.
gform_mollie_payment_method_label
Allows for the filtering of the Payment Method label when creating a Mollie field.
gform_mollie_payment_methods
Allows the filter of payment methods available in the Mollie add-on.
gform_multifile_upload_field
This filter is used to filter the field object that will be associated with the uploaded file.
gform_multiselect_placeholder
Use this filter to change the default “Click to select…” placeholder text on Multi Select fields.
gform_name_first
This filter is executed when creating the first name field and can be used to modify the “First” label.
gform_name_last
This filter is executed when creating the last name field and can be used to modify the “Last” label.
gform_name_prefix
This filter is executed when creating the name prefix field and can be used to modify the “Prefix” label.
gform_name_suffix
This filter is executed when creating the name suffix field and can be used to modify the “Suffix” label.
gform_next_button
This filter allows the markup for the next button to be changed, giving the user control over how it looks.