The formaction attribute specifies the URL of a file that will process the input control when the form is submitted.
Applies to [HTMLInputElement](/html/elements/input)The formaction attribute overrides the action attribute of the \
element. Examples<form action="login.php">
First name: <input type="text" name="name"><br>
Last name: <input type="text" name="surname"><br>
<input type="submit" value="Login"><br>
<input type="submit" formaction="admin_login.php"
value="Login as admin">
</form>
Syntax Standards information
input type=image
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4