25.3. POST Form Submission

PHOTO EMBED

Tue Aug 30 2022 03:38:37 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<form action="" method="POST">
   <label>Username <input type="text" name="username"></label>
   <label>Team Name <input type="text" name="team"></label>
   <button>Submit</button>
</form>
content_copyCOPY

https://education.launchcode.org/intro-to-professional-web-dev/chapters/forms/form-submission-post.html