Greetings,
We have a form set to send an email of all fields when submitted.
If I navigate to the form, fill it out and submit it everything works fine - we get an email with all the fields, and the form data is stored in the Entries list in WordPress.
However.....
When we navigate to the form with some URL auto-fill values the values get filled out correctly but when the form is submitted the data is NOT saved (no Entry appears) and the email that is sent has no field values in it. More specifically, {all_fields:empty,admin} is BLANK, but {date_mdy} and {embed_url} DOES get filled.
The URL I'm auto-filling is:
http://www.perfectcouples.com/nominate/?bname=Brooke+%26+Leg&bsurname=Sox&gname=John&gsurname=Sox&date=08%2F09%2F2012&email=contactxxx%40gmailss.com&a1&a2&city=Lemean&state=Idaho&zip=29401&ac=United+States&www=http%3A%2F%2Fwww.mywedding.com
Any ideas what would cause this??