84 Posts
Skepsis
8 years ago
7
Topic

Hello,

I have a disabled button which should be enabled when the validation of three fields in the form are true.
I think javascript is the right way but I dont know how to achieve this. Maybe

if ( validation(field1) && validation(field2) && validation(field3) ) {
do something;
}


Greetings
Skepsis

Need some help?

7 replies have been added to this thread, and the topic is marked as solved.
You should subscribe to a club in order to read all posts.