Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: multipage HTML form with hidden fields

  1. #1
    Member
    Join Date
    Jan 2005
    Posts
    57

    multipage HTML form with hidden fields

    I cannot get two parts to work.

    Please look here: http://hostdnsau.com/search-test.htm

    Click the broken image to go to the next page. It will take you seconds to look at it -
    very simple form for testing. I am using a php script to process. No problems with that,
    just two fields which I have marked in blue.

    Any help appreciated.

  2. #2
    Senior Member
    Join Date
    Apr 2004
    Posts
    309
    Most likely you are depending on global variables and looking for $email and $name and register_globals is off on you server.
    You are using the post method for the form so your data is in the post global array. $_POST['email']; and $_POST['name'];
    I would need to see the php and your variable names to debug it fully but most likely that is where you are going wrong.
    "I have not failed. I have found 10,000 ways that don't work" - Thomas Edison.
    "The secret to creativity is knowing how to hide your sources" - Albert Einstein.

Similar Threads

  1. Count certain form fields containing any value using asp? or javascript?
    By Katt in forum Web Programming Discussion Forum
    Replies: 8
    Last Post: 03-15-2010, 09:50 AM
  2. Script to disallow URLs from form fields?
    By Tim in forum Web Programming Discussion Forum
    Replies: 4
    Last Post: 02-18-2007, 02:48 PM
  3. Mandatory fields in a form (formmail)
    By aventvoy in forum Web Programming Discussion Forum
    Replies: 4
    Last Post: 11-17-2005, 12:45 AM
  4. Pre-populating an HTML Form with Data from Another HTML Form
    By ambassador in forum Web Programming Discussion Forum
    Replies: 3
    Last Post: 06-19-2005, 09:12 PM
  5. HTML form Help
    By Kyndra in forum Web Programming Discussion Forum
    Replies: 3
    Last Post: 04-10-2004, 12:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •