Results 1 to 5 of 5

Thread: Form Help

  1. #1

    Thread Starter
    Lively Member MHENK's Avatar
    Join Date
    Sep 2001
    Location
    Wisconsin
    Posts
    99

    Form Help

    I have a feedback form on my web page that is submitted VIA email. I want the site to go to a "thank you for entering" type page when submit is clicked. how would I go about doing thi.s The form submits just fine, but the site just stays on the form page. How do I fix this?
    "Have you ever woken up, looked at yourself in the mirror, and said 'screw the diet, how fat can i possibly get'?"

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    How are you posting the form? into an ASP page? PL? CGI? PHP? Can you post a sample so we can have a look at?

    Thanks
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3

    Thread Starter
    Lively Member MHENK's Avatar
    Join Date
    Sep 2001
    Location
    Wisconsin
    Posts
    99

    Umm. yeha

    this is my form tag

    <FORM Action="mailto:[email protected]" method=post>
    "Have you ever woken up, looked at yourself in the mirror, and said 'screw the diet, how fat can i possibly get'?"

  4. #4
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    try adding the onclick event to your submit button and use javascript to load another page...

    eg

    <input type="submit" onclick="document.location.href='aknowledgement.htm';">

    Hope this what you are looking for
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I'd advise using a specific script to deal with that because it can do that and much more besides. Not only that but not all browsers support form mailing like that

Posting Permissions

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



Click Here to Expand Forum to Full Width