I just created a form and the data that I receive in an email is not same order of appearance as the form fields are. Is there somewhere that I can order the form results?
And is any data stored on my server after a form is completed?
Thank you!
I just created a form and the data that I receive in an email is not same order of appearance as the form fields are. Is there somewhere that I can order the form results?
And is any data stored on my server after a form is completed?
Thank you!
The form in question is here:
http://www.dameonjamie.com/contact
Form Data Order should be:
Name
Email
Address
Phone
Mobile
Subject
How did you find me?
Website
Comment
Here is the email that I receive with the data:
Name: skippy
Email: xoxo@skippy.com.au
Website: http://www.skippy.com.au
Comment: test
Address: home
Phone: 11111111
Mobile: 11111111
Subject: Virtual Tours
How did you find me?: Referral
There is some default ordering logic that currently doesn't allow for user adjusted changes.
Look at the 'Feedbacks' section in wp-admin to view the form submission data that is saved.
This topic has been closed to new replies.