LoveOfVector
New member
Here is my initial question: I want to make a web page that has some legal info in it. I want to make it so that people have to click a box to move to the next page. I know how to make a check box, how do i make it so that they won't be able to move to the next page unless they click on the box?
Someone has given me this code:
<FORM ACTION="file name ">
<INPUT TYPE=CHECKBOX NAME="next page">for more details
<INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
So here's my next question. where does the button called submit, submit to? Is there a code to tell this button to submit to my email per say?
Someone has given me this code:
<FORM ACTION="file name ">
<INPUT TYPE=CHECKBOX NAME="next page">for more details
<INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
So here's my next question. where does the button called submit, submit to? Is there a code to tell this button to submit to my email per say?