list of forminator Hooks
-
hi,
where can i see forminator hooks documentation, for instance Form Submission Hooks, and other
Are the following hooks still work or they are deprecated?Form Submission Hooks
- forminator_custom_form_before_handle_submit: Perform actions before a form is submitted.
- forminator_custom_form_after_handle_submit: Perform actions after a form is submitted.
- forminator_custom_form_before_save_entry: Perform actions before an entry is saved.
- forminator_custom_form_after_save_entry: Perform actions after an entry is saved.
- forminator_custom_form_before_send_email: Perform actions before an email is sent.
- forminator_custom_form_after_send_email: Perform actions after an email is sent.
General Hooks
- forminator_form_settings_fields: Add custom fields to the form settings page.
- forminator_form_settings_after_save: Perform actions after a form is saved.
- forminator_form_settings_delete_form: Perform actions before a form is deleted.
- forminator_form_settings_clone_form: Perform actions before a form is cloned.
- forminator_entry_detail_page_after_content: Add content to the entry detail page after the main content.
- forminator_entry_detail_page_before_content: Add content to the entry detail page before the main content.
- forminator_entry_detail_page_actions: Add buttons or links to the entry detail page actions area.
- forminator_entry_detail_page_delete_entry: Perform actions before an entry is deleted.
- forminator_entry_detail_page_export_entry: Perform actions before an entry is exported.
- forminator_entry_detail_page_print_entry: Perform actions before an entry is printed.
Field-Specific Hooks
- forminator_fields_render_field: Modify the rendering of a field.
- forminator_fields_validate_field: Validate the input for a field.
- forminator_fields_sanitize_field: Sanitize the input for a field.
Other Hooks
- forminator_admin_menu_items: Add custom menu items to the Forminator admin menu.
- forminator_enqueue_scripts: Enqueue scripts and styles.
- forminator_enqueue_styles: Enqueue styles.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.