Divi Module Hooks
Learn about the hooks that are available in Divi’s module files.
Contact Form
et_pb_contact_form_submit
Fires after contact form is submitted. This action can be used to trigger follow up actions after the contact form is submitted. Use $et_contact_error variable to check whether there is an error on the form entry submit process or not.
Type: Action
Since: 4.13.1
| Param | Type | Description |
|---|---|---|
| $processed_fields_values | array |
Processed fields values |
| $et_contact_error | array |
Whether there is an error on the form entry submit process or not |
| $contact_form_info | array |
Additional contact form info |