Emaill form doesn't show description field in receiver or sender email
Author: Berry O.
Visited 1051,
Followers 1,
Shared 0
I am creating an email form where customers can order food. In thisform there are 4 items per row. Description, txt (numbers only), description, txt (numbers only) / 40% 10% 40% 10%.
In the reciever and sender email, the description field is not showing up, so it is impossible to see what txt field is filled and what they want to order.
Why this construction? We want it to look exactly like the menus customers get on paper.
Any suggestions?
Posted on the
Can you make a print screen, as you have created the data fields of the quantities as they are without a label (ie without a field name).
Excerpt from mail form:
<input ................................................................. name = "imObjectForm_5_60" data-label = "" type = "text">
JJ.
Author
Do you mean this?
Yes, here is clearly seen. Enter the input fields no names, so no names can be submitted. The descriptions are not transmitted.
Fields need unique names !!
In the mandatory fields you have assigned names that are also transmitted.
JJ.
Make adjustments in the preparation of mail following form!
Author
Thank you so much. I tried making some adjustments, but i really need to find a way for the descriptions to be transmitted also. Now I can make it possible to see the fields that are filled, but it's still not an email I can send to customers. Messy.. Why can't the description fields be displayed?
Hi Berry.
Please send me the project so that I might test it out personally:
You can send us an email with the project file (the file with .IWZIP extension) as attachment to file@answers.websitex5.com using as Subject “Post 136684 per Stefano G.”
If your project size is more than 10 megabytes, you can use online services like www.wetransfer.com to send us your project.
To export the project you want to send us, please use the function “Export the Project” in Step 5 and save it in C://.
Author
Hi Stefano,
I just sent it through WeTransfer. Thank you for taking time to look into it.
Hi Berry.
I'm not sure after all the checking that I got the problem right.
It appears that when you are delivered with the order, you can get the user's input, but not what it refers to.
To achieve that as you did with the "salad", you need to enter a specific name for each text field you have there.
If you check in your project you will see that the first time you got them right, then they don't show any name anymore.
Please check and let me know