Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    If you saw my first reply, ignore it, I was answering a question for Email Users.

    If I understand correctly, you want to customize the email message which is sent when a form is submitted? It is currently hardcoded into the plugin. You would have to modify the wpgform-core.php file – there is a function by the name SendConfirmationEmail on or about line 1833 where the email is composed and sent.

    However, this will customize the message for all forms. Do you want to define a custom email message as part of the form definition and have it used when the email is sent?

    Thread Starter stoi2m1

    (@stoi2m1)

    I did find that area of the plugin and that’s what I had suspected. I was hoping to be able to create a custom email for each form. I may just add couple of custom fields and pull that in for the subject and body of the email.

    Thanks for the feedback,
    Jesse

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

The topic ‘Custom Email Message for Each Form’ is closed to new replies.