i'm making a register form and i want it to open a link when i press the submit button, how would i do this please? :queasy:

    Hi Adam

    This is an HTML question:

    <form method="POST" action="http://www.mylink.com/formprocessing.php">
    
    <!-- bunch of form stuff -->
    
    <input type="submit">
    
    </form>

    Norm

      lol nvm i sorted it but thanks anyway 😉

        Write a Reply...