Last active
April 14, 2019 01:20
-
-
Save davidmccoy/7c83d6ace6953ed31213be659037b091 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="test-form"> | |
<div> | |
<label>Field 1</label> | |
<input type="text" name="form_field_1" placeholder="Field 1"/> | |
</div> | |
<div> | |
<label>Field 2</label> | |
<input type="text" name="form_field_2" placeholder="Field 2"/> | |
</div> | |
<div> | |
<label>Field 3</label> | |
<input type="text" name="form_field_3" placeholder="Field 3"/> | |
</div> | |
<div> | |
<label>Field 4</label> | |
<input type="text" name="form_field_4" placeholder="Field 4"/> | |
</div> | |
<div> | |
<button type="submit"id="submit-form">Submit</button> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment