Multiple forms on the same page?

Discussion in 'HTML & Website Design' started by Ticktockman, Mar 21, 2006.

  1. #1
    Hey all - I've only dealt with simple forms before - Contact Us stuff - so trying to put two on the same page is giving me a headache.

    If you look at this page:
    ideasforministry.com/contact-us.php

    You can see that there is the general Contact form - but also the "newsletter signup" form as well. They are both using the same formmail script - but I want to send the Newsletter form to a different place when submitted/missing information. Right now it seems to be pulling whichever form comes first in the code, no matter what "Submit" button is used.

    Any ideas?
     
    Ticktockman, Mar 21, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think you are missing a </form> tag to close the first form before you open the second one.
     
    mad4, Mar 21, 2006 IP
  3. AMysticWeb

    AMysticWeb Guest

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice catch!
     
    AMysticWeb, Mar 21, 2006 IP
  4. Ticktockman

    Ticktockman Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Man, I feel stupid.

    I knew it'd be something simple like that - thanks Mad4!
     
    Ticktockman, Mar 22, 2006 IP
    mad4 likes this.