Created
August 1, 2017 03:28
-
-
Save sunilw/e9ba0571f839d9c93cfcf0c8485705ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bsa-container-fluid"> | |
<header class="question-header question-header-2"> | |
<h2>If you were the boss of New Zealand, which of these options do you think is the <span>most important</span> thing we could do as a country?</h2> | |
</header> | |
</div> | |
<div id="frm_field_[id]_container" class="frm_form_field form-field [required_class][error_class]"> | |
<div class="frm_opt_container"> | |
<div class="options-container bsa-container-fluid"> | |
<div class="bsa-row"> | |
<div class="option option-1 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/warm-home.jpg" /> | |
</div> | |
[input opt=1] | |
</div> | |
</div> | |
<div class="option option-2 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/clean-rivers.jpg" /> | |
</div> | |
[input opt=2] | |
</div> | |
</div> | |
<div class="option option-3 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/work.jpg" /> | |
</div> | |
[input opt=3] | |
</div> | |
</div> | |
<div class="option option-4 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/cannabis.jpg" /> | |
</div> | |
[input opt=4] | |
</div> | |
</div> | |
<div class="option option-5 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/education.jpg" /> | |
</div> | |
[input opt=5] | |
</div> | |
</div> | |
<div class="option option-6 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/healthcare.jpg" /> | |
</div> | |
[input opt=6] | |
</div> | |
</div> | |
<div class="option option-7 bsa-col-md-4"> | |
<div class="inner"> | |
<div class="option-image-container"> | |
<img src="http://howmanyavos2.dev/wp-content/uploads/2017/07/racism.png" /> | |
</div> | |
[input opt=7] | |
</div> | |
</div> | |
</div> <!-- ends options-container --> | |
</div> <!-- ends bsa-row --> | |
<div class="option option-8 bsa-col-md-12"> | |
<div class="inner option-other"> | |
[input opt=other_1] | |
</div> | |
</div> | |
</div> <!-- ends options-container --> | |
</div> <!-- ends bsa-row --> | |
</div> | |
[if description]<div class="frm_description">[description]</div>[/if description] | |
[if error]<div class="frm_error">[error]</div>[/if error] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment