• Resolved Manish S

    (@shahmanish877)


    Is it possible to modify the form submissions before sending emails like form inputs, subjects & “to” email submission like CF7 wpcf7_before_send_mail ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @shahmanish877

    Thank you for reaching out.

    You can try these hooks for your usage:

     forminator_custom_form_mail_admin_from_name filter for customizing From Name,
    forminator_custom_form_mail_admin_from_email - for customizing From Email
    forminator_custom_form_mail_admin_reply_to - for ReplyTo field
    forminator_custom_form_mail_admin_cc_addresses - CC Address field
    forminator_custom_form_mail_admin_bcc_addresses - BCC Address
    forminator_custom_form_mail_admin_content_type - Content type
    Or this filter for all of them - forminator_custom_form_mail_admin_headers

    Also, forminator_custom_form_mail_before_send_mail will trigger before sending emails.

    Best Regards
    Amin

    Thread Starter Manish S

    (@shahmanish877)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modify form submission before mail’ is closed to new replies.