Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 27, 2021 09:20
Show Gist options
  • Select an option

  • Save Octagon-simon/0245f4e77e2b19499d7a3c7721327174 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/0245f4e77e2b19499d7a3c7721327174 to your computer and use it in GitHub Desktop.
<button id="btn_save" type="button">Save</button>
<form id="form_multi_upload" method="POST">
<input id="inp_fname" type="text" name="fname">
<input id="inp_fname" type="text" name="lname">
<input id="inp_email" type="email" name="email">
<button id="btn_submit" type="submit">Upload</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment