Forum Moderators: phranque

Message Too Old, No Replies

html form help?

not php

         

TerryG

11:34 am on Apr 1, 2006 (gmt 0)

10+ Year Member



been a while since i made a html form but isint this valid if i want to add some thing to the form being sent to me "with out the user seeing it"?

input name="formname" value="form1" type="hidden', (value is the form's name as there will be several forms)

superpower

8:24 pm on Apr 2, 2006 (gmt 0)

10+ Year Member



If the user views source the "hidden" field will still show up in the source html.

If you are using post in the form action it won't show up in the browser url bar though.