ChrissyLoetz
Technical User
Hi there, I found a snippet of javascript code to make a field on my form required. It works fine if the field is coded like this: <input type="text" name="sometext"> but if the field is coded like this <input type="text" name="123"> with numbers in the name attribute, the javascript seems to be ignored. I need to use numbers in the name atrribute because I'm populating a database. Is this possible?