Skip to content

Instantly share code, notes, and snippets.

@softauthor
Last active December 25, 2017 01:45
Show Gist options
  • Save softauthor/b56e8b9929ccc2a0c57d72cec5dab771 to your computer and use it in GitHub Desktop.
Save softauthor/b56e8b9929ccc2a0c57d72cec5dab771 to your computer and use it in GitHub Desktop.
<!-- edit contact module -->
<section id="edit-contact-module" >
<form>
<h2>Edit Contact</h2>
first name:<br>
<input type='text' data-key='fname' class='edit-contact-input'><br>
last name:<br>
<input type='text' data-key='lname' class='edit-contact-input'><br>
phone:<br>
<input type='text' data-key='phone' class='edit-contact-input'><br>
email:<br>
<input type='text' data-key='email' class='edit-contact-input'><br>
<button type='button' id="edit-contact-btn">save</button>
</form>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment