Appearance
Divi Module Hooks
VintageSource category: hooks Last updated: 2021-11-11
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 |