HTMLInputElement: formAction property - Web APIs | MDN

Value

A string. The URL for form submission.

Examples

js

inputElement.formAction = "/cgi-bin/publish";

Specifications

Specification
HTML
# dom-fs-formaction

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.