Text Entry Box Validation Using JavaScript
Hi there,
I am developing a course with a TON of text entry validation. I've seen Lilybiri's post on multiple TEB's; one submit button, but the development time is longer than I would like (it works perfectly though- thanks for all you do for us noobs, Lieve!). I was investigating Jim's TEB validation widget, but it's been discontinued (emailed him to see if I can get a license).
Is there a way to use javascript to validate multiple TEB's without this widget and a ton of programming knowledge? I'm working in Captivate 8.
In essence, what I'm thinking is this:
1) Multiple TEB's for email addresses, dates etc. on the canvas.
2) User input is stored in a variable, one for each TEB.
3) the user input is validated against a regular expression
4) a. Captivate provides correct/ incorrect feedback for all of the available text entry fields (using text caption, alert window, or by showing an image of a red X for incorrect) of the data entry that doesn't match the RegEx.
Thank you!
