Hello!
Now I'm in this exiting phase of having a form to be emailed to me with all comments and stuff from the users.
Have managed everything else except i don't know how to just skip the current form page and have new one with the normal top page and then a simple thank you text... with the php skills now all i can accomplish is a thank you text under the form to be displayed after the mail has been sent... not good
thanks so much.. if the form contents are mailed to you from another script, then add something like include("tyvm.php"); after the mail() function succeeds.what i simply would like to achieve is just simply when the user presses submit button on page, say indexed 4, it would jump to page indexed 5. i have built in a way that pages are indexed, and a header and footer are included
Now I'm in this exiting phase of having a form to be emailed to me with all comments and stuff from the users.
Have managed everything else except i don't know how to just skip the current form page and have new one with the normal top page and then a simple thank you text... with the php skills now all i can accomplish is a thank you text under the form to be displayed after the mail has been sent... not good
thanks so much.. if the form contents are mailed to you from another script, then add something like include("tyvm.php"); after the mail() function succeeds.what i simply would like to achieve is just simply when the user presses submit button on page, say indexed 4, it would jump to page indexed 5. i have built in a way that pages are indexed, and a header and footer are included