Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Only solution I can think of at this time is writing a custom validation rule specifically for CBSubs plans selection to account for hidden options, but will be reviewing it further when time permits to see if it can be fixed in our cbvalidate jQuery plugin.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, the bug has not been fixed yet.Did you move on this bug ?
No, it's not about making a custom validation rule. The selector responsible for activating the validation rule completely skips the input due to 1 radio of the input being hidden. This is all rooted in jQuery Validate it self. It's not a simple fix and will probably have to rewrite how it finds inputs.Could you suggest a custom validation rule to account for hidden plans ? if none is selected
I can't help you with custom code. That's just a jQuery change event and not an actual validation rule. Having a change event depending on another inside of a switch case doesn't make much sense. You should have the below for example.We changed fields from drop down to radio and it seems that our validation code does not work any longer
Please Log in or Create an account to join the conversation.