Hi,
The problem is the action of the form you're putting in success.htm - it's empty, so it simply submits to the current URL (which will be formmail.php if success.htm is good_template).
In fact, you don't want a form at all.
You simply want a hyperlink back to your home page:
If you want it to look like a button instead of a link, you can use an image instead. If you want it to act like a button, you can do that too (with a button tag) but it will require JavaScript to work.Code:<a href="http://www.mysite.com/index.php">Return to home page</a>


Reply With Quote

Bookmarks