Is there a way to change the forms email subjet to other than "Form submission on your site".
I am designing a site with various forms and I´d like to know which one is generating the communication.
Printable View
Is there a way to change the forms email subjet to other than "Form submission on your site".
I am designing a site with various forms and I´d like to know which one is generating the communication.
No, nothing can be changed in this form, as the input from the form fields is sent via HTTP POST method to the email service provider "Formoid" for processing as an email.
For custom email subjects, you would need your own mail script on a personal server, since Formoid doesn’t allow changes. When you set that up, make sure your outgoing emails pass authentication checks to avoid spam filters. I use a DMARC record generator for this, and it has helped me set proper policies without hassle.