Form Object
Articles
gform_admin_pre_render
This filter is executed before the entry detail is displayed and can be used to manipulate the Form Object prior to rendering the entry.
gform_form_post_get_meta
Description.
gform_form_pre_process_async_task
The gform_form_pre_process_async_task filter can be used to modify the form object before notifications and add-on feeds are processed by the async (background) task processor.
gform_form_tag
This filter is executed when the form is displayed and can be used to completely change the form tag (i.e. <form method="post">).
gform_form_update_meta
Allows modifying the form meta before it is saved to the database.
gform_pre_render
The gform_pre_render filter is executed before the form is displayed and can be used to manipulate the Form Object prior to rendering the form.
gform_pre_submission_filter
Description.
gform_pre_validation
This filter can be used to manipulate the Form Object used during the form validation process.
gform_review_page
This filter is executed before the form is displayed and can be used to insert a review page before the final form submission.
gform_rule_pre_evaluation
The gform_rule_pre_evaluation filters can be used to modify a conditional logic rule before it is evaulated.