Conditional Check Boxes Do Not Seem Functional
We have been trying to mock up a new form that users can submit access method information with. Since there is no conditional multi select field, and we want to allow users to provide information for different access methods in one submission, we decided to use conditional check boxes for the first time.
When we preview this form on the sandbox guide site, we see that the fields that should be gated by conditions are still appearing even when the check boxes are unchecked. In the example below I am showing two fields that have the same display name, but this is happening for fields with different display names as well. Please advise if I have missed a setting. There doesn't seem to be much else I could modify here.
-
In your example, the rule only says that the ip range text field should be required if the IP range checkbox is checked. In your image, it's not checked. Does checking it change the text field to required?
I think there may be a bug with the behavior hiding and only displaying when the condition is met that you're seeing here, but that would help narrow done if it effects the actions working correctly, too. I've actually had a similar issue recently, but I assumed it was due to the all our custom, third party code. -
If the IP Box is checked, I may not submit the form without filling out the IP regex field. If the IP Box is unchecked, I can submit the form, so that works. The condition rule definitely says "Then Show" the ip range field in the rule.
This tutorial shows how I would expect it to be displaying.
https://www.youtube.com/watch?v=1-R0HqZM7KQ
Please sign in to leave a comment.
2 Comments