Hello
I have a three text fields I use on a form. But when I submit the form the information in the 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 three text fields.
<input name="thelength" type="hidden" id="thelength" value="7" /></td>
<input name="Optional" type="text" id="Optional" size="65" />
<input name="Product Description" type="text" id="Product Description" size="65" />
I have a three text fields I use on a form. But when I submit the form the information in the 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 three text fields.
<input name="thelength" type="hidden" id="thelength" value="7" /></td>
<input name="Optional" type="text" id="Optional" size="65" />
<input name="Product Description" type="text" id="Product Description" size="65" />