I need my users to check the checkbox for terms and Conditions before allowing them to submit their into to the database.
I only found this CMS: About User Input Elements | Help Center | Wix.com so far.
Could someone explain me how to get the boolean value from the checkbox and make it a conditions for the Submit button to appear?
Thanks,
Chris
Hi Chris, have you tried the onChange() event for the checkbox? If it is invoked, you can check with .checked() if it is … checked. If so, you enable() the button.
nice! that sounds like it could work. I am new to wix and JS. So this Forum helps a lot!
@christoph-zaknun did you find a solution to this problem? i cant seem to figure out how to send or not send the checkbox value to the Wix’s CRM depending on whether the box is ticked or not.