I finally think I have my form working the way I want it, and I plan to have this form (an order form) live on my website, for users to fill out online whenever they want to order something. I'm using Acrobat's submit form button, rather than one I created myself, and I'm just wondering how to conjure something up so that after they hit submit, they can see a page that says something like, "thanks for ordering, we'll be in contact within 24 hours." Ideally this would be more than just a pop up warning or alert, so that I could include my logo and design this little message a bit. Does anybody know how to do this? Is it something that would be built into my website? Or into my form?
Use a Mouse Down action JavaScript
this.mailDoc(true, "name [at] address [dot] com", "", "", "Message Subject
Description");
Then a Mouse Up action that hyperlinks to a web page you've developed with your closing message.
www.yoursite.com/thankyou.php
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.