You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one's a bit tricky, as it involves Webform, Select or Other and conditionals. If this isn't the right place for this bug report, then I can move/re-create it elsewhere.
Add a required select option list (we'll call it 'options') ('required' is necessary for the conditional later)
Add some options to 'options' (e.g. 'one', 'two', 'three') and tick 'Allow "Other..." option'
Go to Conditionals tab and setup the following: If 'text' is blank then 'options' is required
Save and view the form
If you leave 'text' blank and select one of the regular 'options' (e.g. 'two') then submit the form, you'll get two errors:
options Other... field is required.
field is required.
I'm not sure if the bug is in Webform (as it provides the conditionals and integration with Select or Other) or if it's in Select or Other...
Also interesting to note is that if you add other required fields to the form and leave them blank when submitting, you get an AJAX-y popup telling you to choose/enter a value. However the issue above with the Other field only happens after submitting the form (i.e. it's a different type of validation I guess).
The text was updated successfully, but these errors were encountered:
This one's a bit tricky, as it involves Webform, Select or Other and conditionals. If this isn't the right place for this bug report, then I can move/re-create it elsewhere.
Steps to reproduce:
If you leave 'text' blank and select one of the regular 'options' (e.g. 'two') then submit the form, you'll get two errors:
I'm not sure if the bug is in Webform (as it provides the conditionals and integration with Select or Other) or if it's in Select or Other...
Also interesting to note is that if you add other required fields to the form and leave them blank when submitting, you get an AJAX-y popup telling you to choose/enter a value. However the issue above with the Other field only happens after submitting the form (i.e. it's a different type of validation I guess).
The text was updated successfully, but these errors were encountered: