Checkbox Form

Checkbox Form


Do you want to learn to do a checkbox form?
Yes
No




To put this on your page
<form name="mailform" action="mailto:stavros@edgewatergreyts.com" method="post"> <br>
Do you want to learn to do a checkbox form?<br>
<input type="checkbox" name="yes">Yes<br>
<input type="checkbox" name="no">No<br>
<input type="submit" name="button" value="click here" text="green">
<input type="reset" value="Reset" text="purple">
</form>