Is it possible to have the email subject line be a field in the form?
For example, if I want the subject line to always be the name of the person (typed in the name field), could I do this?
Subject Line Variable
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Subject Line Variable
The subject line can also include variables, as described here:
viewtopic.php?t=64476
viewtopic.php?t=64476
-
-
- Posts: 269
- Joined: Mon Aug 20, 2018 6:47 pm
Re: Subject Line Variable
This is awesome! Thanks Pablo!!!!!!!
-
-
- Posts: 269
- Joined: Mon Aug 20, 2018 6:47 pm
Re: Subject Line Variable
The name of the form field is firstname
so, i put $firstname in the subject line.
Its not working
When it comes through, the subject line says $firstname.
link to image showing settings:
https://drive.google.com/file/d/1IA4c4_ ... sp=sharing
so, i put $firstname in the subject line.
Its not working
When it comes through, the subject line says $firstname.
link to image showing settings:
https://drive.google.com/file/d/1IA4c4_ ... sp=sharing
Re: Subject Line Variable
Did you set the email format to rich text or HTML? otherwise variables will not be processed.
-
-
- Posts: 269
- Joined: Mon Aug 20, 2018 6:47 pm
Re: Subject Line Variable
Ok, that's what I missed. Thank you for pointing that out.