Select a Check Box Based on the First Character of a Text Box
Hello,
I have a form that contains credit card input boxes. I'm looking for a code that will select the appropriate form of payment based on the first number of the CC number input in the field.
I found this:
this.getField("Check Box").checkThisBox(0, event.value>"0");
Which worked great! Until I put in the other parameters...then it started selecting multiple check boxes...
Please help!
