How Do I Save Form Data to Email?

R

Rick Budde

Are your users perhaps using the Enter key to attempt to
move between fields? They should be using the Tab key.

As suggested by Mike, if you set up validation on your
fields that require input in the various fileds, their
hitting the Enter key will not submit the form.
-----Original Message-----
I have created a form for clients to fill and when they
hit submit it goes to the confirmation page, which is
what I want and then it sends the info by email to me.
However, all the email shows is the field names and not
the data the client entered. How do I get that data to
show up in the email so I can process their orders?
 
Top