tlovett1 / custom-contact-forms

Build beautiful custom forms and manage submissions the WordPress way.
https://taylorlovett.com
161 stars 50 forks source link

Hidden required field blocks form Submit #343

Open knauso opened 6 years ago

knauso commented 6 years ago

Case: If there is a required field checked for a field that is set as hidden once some other field value is reached, using "Enable Conditional Logic" option under Advanced panel, it will block form Submit.

Actually, it gives an error for a hidden field but that is not visible to users. It will not show any error since the field that have an error on it is hidden so it simply looks as form Submit is not working. Required should work in relation to Conditional logic fields, and not simply get .field-hide class.

Just reporting an issue. Great plugin, thanks for sharing with the community!