Hi,
For some reason the value of a checkbox in my form is not being submitted.
Here's my HTML:
Any insight as what I'm missing would be greatly appreciated.
Thanks!
For some reason the value of a checkbox in my form is not being submitted.
Here's my HTML:
Code:
<input type="checkbox" value="agreed" /> I agree to the <a href="terms.html">legal terms.</a>
Any insight as what I'm missing would be greatly appreciated.
Thanks!