Hello
I have a hidden I use on a form. But when I submit the form the information in the hidden field is sent. How do I prevent the information being sent. What do I need to change and where do I change it.
Here is the hidden field.
<input name="thelength" type="hidden" id="thelength" value="7" /></td>
I have a hidden I use on a form. But when I submit the form the information in the hidden field is sent. How do I prevent the information being sent. What do I need to change and where do I change it.
Here is the hidden field.
<input name="thelength" type="hidden" id="thelength" value="7" /></td>