Form "Submit" button link not working

  1. #1
    GaryA is offline Newbie

    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?


  2. #2
    HappyBeaver is offline Bea*ering Away!
    Tackle the Web with $5.99 .COM's from Go Daddy!
    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.

+ Reply to Thread