I'm having an issue with some advanced fields in my forms. Specifically the Address and the compound Name field.
The entire website was moved, pretty much as-is from one server to another. Here are two comparison pages, the first, with the working form, the second, with the non-working form. This very same error occurs on multiple forms, but I'll use one form as a demo.
Old site: works.
http://magazinemci.com/sabonner-au-magazine/
New site: busted.
http://magazinemci.info/sabonner-au-magazine/
What happens is that I'll enter some valid data into the forms and all Advanced (compound fields) correctly send the data. On the first site, it just goes though as it should. Error checking functions correctly when invalid data is entered.
On the second site, the form values are passed onto WP, but the page reloads with a field required error, and display blank fields. Re-entering the data and resubmitting it only leads to a loop.
If I remove the compound fields, and replace the Advanced Name field with two single line text fields, these newly added fields, while still being required, behave correctly.
I cannot remove the previously created Advanced fields to re-build the form without loss of previously entered data, so my only option is to figure out how to cause the Advanced compound fields to behave correctly.
Your thoughts and advice would be appreciated.