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.
I have done more tests, the Ajax Validation seems to work as long as I don't add regex validation to the field.Hi
Thanks for the feedback.
I have made the changes as recommended, on Integrations > CB Query Field > Validation I have added the code, when you click submit it does the check and validates the field as expected, the part I am not getting right however is even though I have set Ajax Validation to enabled, in only validates on submit and not dynamically.
Am I missing something?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I mean the ajax is supposed to run the query while the user is busy on the form, if I remove regex it does just that as soon as the user clicks on another field the query runs and it gives the result as it should, as soon as I add the regex, from what I can see the regex take precedence and does it's test and ignores the query, the query is then only processed when the clicks submit and not live.You should be able to use both regexp validation and the ajax query validation. By on submit do you mean its erroring and sending back to the form or is it preventing the form from submitting?
Please Log in or Create an account to join the conversation.