Copy link to clipboard
Copied
Hi
I have multiple text entry boxes (TEBs) and 1 submit button.
For each TEB i have a:
I have created an advanced action (assigned to Submit button) to check user input against answers.
So if the answer was "Home" or "home" - how can i test for this - create two answer variables - "v_teb1_ans_a", "v_teb1_ans_b"
Is there an easier way?
Also with "User Validation" are the "Correct Entries" only used with "On Success" and to display Success, Failure captions
i.e. when Submit button displayed for each TEB, auto-submit is on, Enter keystroke is used?
Regards
Donal.
Hi Donal,
That is the problem with validating a TEB entry using an advanced action, there is no way to turn off case sensitivity. It will be possible if you use JS to change the given answer to all capitals before checking it.
I don't understand your last question, sorry? Correct entries are used if you validate a TEB, but in your case validation is only done after all TEB's have been used, right?
Copy link to clipboard
Copied
Hi Donal,
That is the problem with validating a TEB entry using an advanced action, there is no way to turn off case sensitivity. It will be possible if you use JS to change the given answer to all capitals before checking it.
I don't understand your last question, sorry? Correct entries are used if you validate a TEB, but in your case validation is only done after all TEB's have been used, right?
Copy link to clipboard
Copied
Hi Lieve
Thanks for the answer - i thought that was the case.
You answered the last question as well.
Donal.