I have a contact form which a requires email, name and a captcha check.
If all are entered properly, my button becomes clickable (by conditions I have added on the button) .
However, if I then go back and delete the name or change it or change email to an invalid format (such as leave out the @ sign), the button still stays clickable. How do I ask the button to dynamically keep up with the changing inputs. If I delete the name or the email, I want it the button to become unclickable.
Can’t seem to do it with just the conditions. They run just once. Thereafter it stays clickable no matter the changes in the name or the email.