We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a checkbox group on my form, since upgrading to V1.3.1, if one of the boxes is checked the form fails validation.
I've created new fields and unchecked required, but the error still persists.
The response is:
{"invalidFields":[{"name":"Availability 2","formSafeName":"_Availability_2","submittedValue":"[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]","invalid":true}],"failedValidations":[]}
When no boxes are checked, the form can be posted.
Any suggestions on how to start debugging this one?
The text was updated successfully, but these errors were encountered:
Hey @uniquelau,
Looks like you've stumbled across a bug here. Surprised noone's found it before, from what I can see it's been around for ages :)
I'll create a patch for it in a day or two.
Thanks for reporting 👍
Sorry, something went wrong.
#168 - handle JSON array values for field values
c4258d8
@uniquelau this is fixed in v1.3.1.1
No branches or pull requests
I have a checkbox group on my form, since upgrading to V1.3.1, if one of the boxes is checked the form fails validation.
I've created new fields and unchecked required, but the error still persists.
The response is:
{"invalidFields":[{"name":"Availability 2","formSafeName":"_Availability_2","submittedValue":"[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]","invalid":true}],"failedValidations":[]}
When no boxes are checked, the form can be posted.
Any suggestions on how to start debugging this one?
The text was updated successfully, but these errors were encountered: