Created
September 20, 2010 19:55
-
-
Save walterdavis/588546 to your computer and use it in GitHub Desktop.
This file contains 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
<div id="item4"> | |
<p> | |
Last Name <input type="text" name="lastname[]" value=""/> | |
First Name <input type="text" name="firstname[]" value=""/> | |
Pronunciation <input type="text" name="pronunciation[]" value=""/> | |
</p> | |
<p> | |
Last Name <input type="text" name="lastname[]" value=""/> | |
First Name <input type="text" name="firstname[]" value=""/> | |
Pronunciation <input type="text" name="pronunciation[]" value=""/> | |
</p> | |
<p> | |
Last Name <input type="text" name="lastname[]" value=""/> | |
First Name <input type="text" name="firstname[]" value=""/> | |
Pronunciation <input type="text" name="pronunciation[]" value=""/> | |
</p> | |
<p> | |
Last Name <input type="text" name="lastname[]" value=""/> | |
First Name <input type="text" name="firstname[]" value=""/> | |
Pronunciation <input type="text" name="pronunciation[]" value=""/> | |
</p> | |
<p> | |
Last Name <input type="text" name="lastname[]" value=""/> | |
First Name <input type="text" name="firstname[]" value=""/> | |
Pronunciation <input type="text" name="pronunciation[]" value=""/> | |
</p> | |
<p><a href="#" id="addMore">Add More</a></p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment