I've created a form using the form wizard that has been working well for a long time. I needed to add two more combo boxes to the form and have done so, however, when the emails come in from the form submission, the information for these two boxes appear on the same line as the first combo box. It would be nice if they were separated. For example, I get:
What They Want : Cookies and Optional Roombooks Color : Red Payment Method : MC/Visa
I would like:
What They Want : Cookies and Optional Roombooks
Color : Red
Payment Method : MC/Visa
Thanks.
Can I add carriage returns to the emails generated by a form
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.quickandeasywebbuilder.com/f ... =12&t=1901
MUST READ:
http://www.quickandeasywebbuilder.com/forms.html
http://www.quickandeasywebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.quickandeasywebbuilder.com/f ... =12&t=1901
MUST READ:
http://www.quickandeasywebbuilder.com/forms.html
http://www.quickandeasywebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
- Posts: 11
- Joined: Tue Jan 21, 2014 1:47 am
Re: Can I add carriage returns to the emails generated by a
All line are separated by carriage returns.
However your email application may filter them.
For example Outlook has an option for this that you can turn off.
However your email application may filter them.
For example Outlook has an option for this that you can turn off.
-
- Posts: 11
- Joined: Tue Jan 21, 2014 1:47 am
Re: Can I add carriage returns to the emails generated by a
There are fields above these that do have carriage returns, so they do not seem to be filtered out. I am getting them from all the original fields added to the form...it's just the new fields that I've added, not using the wizard, that are not carriage returned.
Re: Can I add carriage returns to the emails generated by a
Some email applications cut off lines than are longer than 80 characters.
As you can see in the PHP code, all items are processed the same way.
As you can see in the PHP code, all items are processed the same way.