Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

form action in html

<!--Answer from W3 Schools-->
<form action="/action_page.php">
  <label for="username">Username:</label>
  <input type="text" id="username" name="username" required>
  <input type="submit">
</form>
 
PREVIOUS NEXT
Tagged: #form #action #html
ADD COMMENT
Topic
Name
8+5 =