Dec 6th, 2009, 9:35 AM
Hi Chris,
Ah! Just include a "name" attribute on your input field, like this:
Hope this helps!
- Ben
Ah! Just include a "name" attribute on your input field, like this:
Code:
<input type="checkbox" name="has_agreed" value="agreed" /> ...
Hope this helps!
- Ben