![]() |
VOOZH | about |
The formaction attribute is used to specify the URL where form data will be submitted. It overrides the action attribute of the <form> element for a specific submit button.
Syntax:
<input formaction="URL"> Attribute Values: It contains single value URL which is used to specify the URL of the document where the data to be sent after submission of the form. The possible value of URL are: