Make a field required in JavaScript
-
Hi!
I’m trying to change a field inside a form to make it required after the form has been loaded, so I’m doing it in a JS script. I’m adding the required attribute but when I submit the form, this new required fields isn’t being validated… do I need to do something else to make a field required?Thanks in advance
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.