The issue is you have a field on your form, Phone under Part 1, that is set to required but then also set so that the visibility is Admin Only. This means it is never shown to the user so it is never filled out, but it is required.
The visibility setting is found by editing the Phone field and then clicking on the Advanced tab.
You either need to set the visibility to Everyone OR if it is an Admin only field then you need to make it so that it is not required.
When a field Visibility is set to Admin Only it will only be visible in the WordPress admin when you edit that form submission. Users won't see it. So since it was required, the form would not submit but the user couldn't see the field in order to submit it.
I went ahead and set the Visibility to Everyone so it should work now.
Posted 14 years ago on Tuesday April 13, 2010 |
Permalink