Form "Submit" button link not working
-
Form "Submit" button link not working
Using MS Frontpage 4, I have two user forms at www.fbidirect.co.uk/order.htm and www.fbidirect.co.uk/Marketing%20advice%20signup.html
I want each of them to send the data by e-mail, which works - but I can't get them to link to a new page too. I've a hyperlink set up for each submit button, and a form POST set up. How do I get them to do both actions?
-
This is the code I used on an old website of mine 
<div align="center">
<input name="submit" type="submit" value="ButtonText">
<input type="hidden" name="success" value="http://www.website/folder name if any/filename.htm etc">
</div>
After they hit the button it transported them to another web page.