Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created November 21, 2014 01:31
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 premchandpl/050d8266d102cda144b1 to your computer and use it in GitHub Desktop.
Save premchandpl/050d8266d102cda144b1 to your computer and use it in GitHub Desktop.
<div class="fld">
<div>
<span>First Name</span>
<span><input type="text" id="txtFirstName"></span>
</div>
<div>
<span>Last Name</span>
<span><input type="text" id="txtLastName"></span>
</div>
Attach any relevant files
<div class="files" id="attachFilesContainer">
<input id="infringementFiles" type="file" class="multi browsebtn" />
</div>
</div>
<div class="fld">
<input class="btn" id="btnSubmit" value="Submit" type="button" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment