Skip to content

Instantly share code, notes, and snippets.

@goldsky
Created June 21, 2014 11:24
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 goldsky/c9cad8291d0137ec6c7e to your computer and use it in GitHub Desktop.
Save goldsky/c9cad8291d0137ec6c7e to your computer and use it in GitHub Desktop.
Row chunk for step-2 field of dynamic field for FormIt
<div class="input-group">
<input
name="position[]"
type="text"
value="[[+dynfield.position]]"
placeholder="Past position"
required="required"
class="form-control required"
>
<span class="input-group-btn">
<button
class="btn btn-default"
type="button"
onclick="removeRow(this);"
>
<span class="glyphicon glyphicon-minus"></span>
</button>
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment