Skip to content

Instantly share code, notes, and snippets.

@goldsky
Created June 20, 2014 05:16
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/e2f74c172b6e198bbfaa to your computer and use it in GitHub Desktop.
Save goldsky/e2f74c172b6e198bbfaa to your computer and use it in GitHub Desktop.
Row chunk for step-1 field of dynamic field for FormIt
<div class="input-group">
<input
name="telephone[]"
type="text"
value="[[+dynfield.telephone]]"
placeholder="+1 800 123456"
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