Nov 11, 2004 #1 nachilev Technical User Apr 10, 2003 13 US Is there a way to link or connect to a "Thank you for your submission" page after clicking on "Submit"? I imagine it's embarresingly simple, but I just don't know how. Are there a FEW elegant solutions? Thanks NachiLev
Is there a way to link or connect to a "Thank you for your submission" page after clicking on "Submit"? I imagine it's embarresingly simple, but I just don't know how. Are there a FEW elegant solutions? Thanks NachiLev
Nov 11, 2004 1 #2 GUJUm0deL Programmer Jan 16, 2001 3,676 US nachilev, what programming language are you using?? In any case, the basic way would be: <form action="thanks.html" method="post"> ... ... ... <input typr="submit" name="Submit" value="Submit me"> </form> Then on your thanks.html page display the mesage you want the user to see, while at the same submitting the content of the form. Again, this set-up might change depending on what "information your submitting and how"... [sub] ____________________________________ Just Imagine. http://www.imajinarts.com[sub] Upvote 0 Downvote
nachilev, what programming language are you using?? In any case, the basic way would be: <form action="thanks.html" method="post"> ... ... ... <input typr="submit" name="Submit" value="Submit me"> </form> Then on your thanks.html page display the mesage you want the user to see, while at the same submitting the content of the form. Again, this set-up might change depending on what "information your submitting and how"... [sub] ____________________________________ Just Imagine. http://www.imajinarts.com[sub]
Nov 11, 2004 1 #3 Cheech Technical User Nov 6, 2000 2,933 EU If this is an insert record behaviour or similar there is the option to select where to go next in the behaviour panel [Peace][Pipe] Upvote 0 Downvote
If this is an insert record behaviour or similar there is the option to select where to go next in the behaviour panel [Peace][Pipe]