Skip to content Skip to sidebar Skip to footer

"agree On Terms"-checkbox

How would you create a Agree on Terms...-checkbox to a

Solution 1:

Maybe use required attribute:

<input type="checkbox" required name="checkbox" value="check" id="agree" />

Post a Comment for ""agree On Terms"-checkbox"