Skip to main content
All CollectionsDevelopers
Divi Module Hooks
Divi Module Hooks

Learn about the hooks that are available in Divi’s module files.

Updated over a week ago

Contact Form

et_pb_contact_form_submit

Fires after the contact form is submitted. This action can trigger follow-up actions after the contact form is submitted.

Use $et_contact_error variable to check whether there is an error in the form entry submission process.

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 in the form entry submission process or not

$contact_form_info

array

Additional contact form info

Did this answer your question?