Hi there,
I have another question:
I want to use a checkbox on confirmation page, which the user have to check to accept the terms and conditions. This checkbox has to be marked as "required". So I need a message, if the user click "submit" without checking the checkbox first.
I use this code
But it doesn't work, I can click "submit" and the form goes on...😟
Can you help me out of this please!?
Best regards
Steffen
I have another question:
I want to use a checkbox on confirmation page, which the user have to check to accept the terms and conditions. This checkbox has to be marked as "required". So I need a message, if the user click "submit" without checking the checkbox first.
I use this code
<div class="ccms_form_element cfdiv_checkbox" id="zustimmung_container_div" style=""><input type="hidden" name="zustimmung" value="" alt="ghost" />
<input value="1" id="zustimmung" title="zustimmung" type="checkbox" class="validate['required'] label_left" name="zustimmung" />
<label for="zustimmung">Hiermit bestätige ich, dass ich die obigen Anmeldebedingungen gelesen und verstanden habe und akzeptiere.</label><div class="clear"></div><div id="error-message-zustimmung"></div></div>
But it doesn't work, I can click "submit" and the form goes on...😟
Can you help me out of this please!?
Best regards
Steffen