Quick question on forms ..

Discussion in 'Programming' started by postdeals, Aug 14, 2008.

  1. #1
    postdeals, Aug 14, 2008 IP
  2. mivent

    mivent Peon

    Messages:
    37
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You would need to place a hidden form field on the form. In HTML context, an example would be:

    <form name="xxx" action="/thanks.php">
    <input type="hidden" name="Full_name" value="Mike">
    </form>
     
    mivent, Aug 17, 2008 IP