Skip to content

Instantly share code, notes, and snippets.

@sunilw
Last active August 3, 2017 12:32
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 sunilw/1d1f45c603caf20ce8ff0cbe91524447 to your computer and use it in GitHub Desktop.
Save sunilw/1d1f45c603caf20ce8ff0cbe91524447 to your computer and use it in GitHub Desktop.
<div class="bsa-container-fluid">
<header class="question-header question-header-2" style="width: 100%; margin-bottom: 30px ; ">
<h2>Lets find out about you</h2>
</header>
<div class="bsa-row">
<div class="bsa-col-xs-12">
<h3>Full Name</h3>
</div>
</div>
<div class="bsa-row">
<div id="frm_field_[id]_container" class="frm_form_field form-field [required_class][error_class] bsa-col-sm-6 bsa-col-md-4">
[input]
[if description]<div class="frm_description">[description]</div>[/if description]
[if error]<div class="frm_error">[error]</div>[/if error]
</div>
<div id="frm_field_[id]_container" class="frm_form_field form-field [required_class][error_class] bsa-col-sm-6 bsa-col-md-4">
[input]
[if description]<div class="frm_description">[description]</div>[/if description]
[if error]<div class="frm_error">[error]</div>[/if error]
</div>
</div> <!-- ENDS row -->
</div> <!-- ENDS .container-fluid -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment