While creating a form, selecting any value other than “1” under “Select Fields > Maximum Selection” causes an error that prevents the form from being submitted.
Hi Kartik,
I created a workflow for a joiner scenario. When an identity is created , the form is emailed to the user asking for the hardware requirements. The field “hardware requirements” in the form is a select field.
And the configuration of this particular field is causing the error.
The form can be successfully submitted only when the “maximum selection” value is 1.
I tried a similar form with a select input allowing to enter more than 1 items. I was able to submit the form successfully. Are you still facing this issue?
Did you attach the form to workflow after it as completely designed?
If you’ve attached the form to workflow and then made edits to the form later , the workflow could cause issues. Try detaching the form from workflow then editing it and then reattach and test.
I think “Maximum Selection” was not the issue after all. I had also added a condition on that select field. The condition is: if the select field “is empty” then "hide " a text field. When I removed that condition, the form works fine. Are we not supposed to add conditions on a select field?
I think it’s the combination of “Maximum Selection” value other than 1 and condition, that’s giving me an error.