I have built a form with a layout grid. The form works well but the added text is not showing in my email and I hope it can be done because I need all the text to show when I receive the email. Here is a link to the form and I want the top of the text to show in the email I receive. https://www.pspros.com/form.php Thank you for any help.
John
Can text show in a form through email?
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: Can text show in a form through email?
Do you mean text from object 'Text1?
This will not be included because it's just regular text. A HTML form only submits input fields.
But you can replace the text object with a 'text area' object and set it it 'read-only'.
This will not be included because it's just regular text. A HTML form only submits input fields.
But you can replace the text object with a 'text area' object and set it it 'read-only'.
Re: Can text show in a form through email?
Thank you just what I wanted.