Filter the filename of the template HTML surrounding the response email. The PHP file will return the template in a variable called $template.
jetpack_forms_response_email_template
jetpack_forms_response_email_template
jetpack_forms_response_email_template
Filter the filename of the template HTML surrounding the response email. The PHP file will return the template in a variable called $template.
jetpack_contact_form_forget_ip_address
Allows site owners to not include IP addresses in the saved form response. The IP address is still used as part of spam filtering, if enabled, but it is removed when this filter is set to true before saving to the database and e-mailing the form recipients.
jetpack_forms_response_email_footer
Filter the footer used in the response email.
jetpack_forms_response_email
This filter allows a site owner to customize the response to be emailed, by adding their own HTML around it for example.
jetpack_forms_response_email_title
Filter the title used in the response email.
grunion_max_new_fields
Filter to modify the limit of 5 additional contact form fields.
jetpack_forms_dashboard_enable
Enable the new Jetpack Forms dashboard.
jetpack_contact_form_html
Filter the contact form, allowing plugins to modify the HTML.
jetpack_contact_form_email_headers
Allow customizing the email headers. Warning: DO NOT add headers or header data from the form submission without proper escaping and validation, or you’re liable to allow abusers to use your site to send spam. Especially DO NOT take email addresses from the form data to add as CC or BCC headers without strictly validating each address against a list of allowed addresses.
jetpack_contact_form_akismet_values
Filter the values that are sent to Akismet for the spam check.