Page 1 of 1

Can text show in a form through email?

Posted: Sun Jul 12, 2020 8:04 pm
by jrd440
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

Re: Can text show in a form through email?

Posted: Sun Jul 12, 2020 8:11 pm
by Pablo
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'.

Re: Can text show in a form through email?

Posted: Mon Jul 13, 2020 7:44 am
by jrd440
Thank you just what I wanted.