Skip to content

Instantly share code, notes, and snippets.

@loisaidasam
Created February 6, 2017 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loisaidasam/4b20a0a3d6df53080607f02413b1c737 to your computer and use it in GitHub Desktop.
Save loisaidasam/4b20a0a3d6df53080607f02413b1c737 to your computer and use it in GitHub Desktop.
Tips About Forms
  • an HTML form with 1 text input, and 0 submit inputs, will submit when u hit enter in the text input
  • an HTML form with > 1 text inputs and 0 submit inputs will NOT submit when u hit enter on any text input
  • an HTML form with any amount of text inputs, and 1 submit input, will submit when u hit enter on any input

TIL / FYI / TMYK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment