> I have a form with 3 inputs:
>
> <form id="form1" method="post">
>     <input type="text" id="input1" >
>     <input type="text" id="input2" >
>     <input type="text" id="input3" >
>
>     <input type="submit" value="Submit button" name="Submit" >
>     <a id="submit" href="#">Submit link</a>
> </form>

First off, why do you have an submit button and a submit link? Second,
what are you using to validate the form?

Reply via email to