Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

web forms

Options
  • 21-04-2005 7:57pm
    #1
    Closed Accounts Posts: 13


    Hello -


    I have created a form for a web site and when the user enters the info and clicks "submit" i would like the info to be sent and also instead it returning to a "thank you" page i would like it to go to a page where it displays the info entered by the user so that they can print it out.

    does this make sence??,,,,,

    thanks

    andy


Comments

  • Registered Users Posts: 1,268 ✭✭✭hostyle


    andycool wrote:
    does this make sence??,,,,,

    Yes.

    Any other questions?

    With the information you have provided I can offer you little other help. Perhaps mentioning what OS / scripting languages are available on your webserver would help.


  • Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭Zascar


    depends on your script but it'll probably be something like:

    <input name="success" type="hidden" value="http://www.domain.com/success.html"&gt;


Advertisement