<a href> instead of <input submit> button
- by Idealflip
Hello all! Quick question
I originally had a submit button.
<input class="submit" type="submit" class="input" value="Add" name="command" />
but now I would like to use a instead. The issue is, the value="Add" is very important.
I'm currently making the like this.
<a href="javascript:document.register.submit();">submit</a>
Any suggestions? Issue is, the site is not picking up that this specific was clicked, and therefore won't run my php code.