Skip to content

Instantly share code, notes, and snippets.

@sinamiandashti
Created January 15, 2014 06:26
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 sinamiandashti/8431717 to your computer and use it in GitHub Desktop.
Save sinamiandashti/8431717 to your computer and use it in GitHub Desktop.
output ... neilme bootstrap inline form field
<fieldset>
<fieldset class="form-inline"><div class="form-group "><input name="hostmacros[0][macro]" placeholder="{$MACRO}" class="form-control" type="text" value=""></div>
<div class="form-group "><input name="hostmacros[0][value]" placeholder="value" class="form-control" type="text" value=""></div>
</fieldset><span data-template="&lt;fieldset class=&quot;form-inline&quot;&gt;&lt;div class=&quot;form-group &quot;&gt;&lt;input name=&quot;hostmacros[__index__][macro]&quot; placeholder=&quot;{$MACRO}&quot; class=&quot;form-control&quot; type=&quot;text&quot; value=&quot;&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;form-group &quot;&gt;&lt;input name=&quot;hostmacros[__index__][value]&quot; placeholder=&quot;value&quot; class=&quot;form-control&quot; type=&quot;text&quot; value=&quot;&quot;&gt;&lt;/div&gt;
&lt;/fieldset&gt;"></span></fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment