Line 117: | Line 117: | ||
<p class="question">3. Example text area </p> | <p class="question">3. Example text area </p> | ||
− | <textarea rows="3" data-form-field="example_textarea | + | <textarea rows="3" data-form-field="example_textarea"> </textarea> |
Line 131: | Line 131: | ||
<!------------------------------------------------------------ Question 5 -------------------------------------------------------------> | <!------------------------------------------------------------ Question 5 -------------------------------------------------------------> | ||
+ | |||
+ | <p class="question">5. Example dropdown </p> | ||
+ | |||
+ | <select data-form-field="example_dropdown"> | ||
+ | <option value="0">0</option> | ||
+ | <option value="1">1</option> | ||
+ | <option value="2">2</option> | ||
+ | </select> | ||
</div> | </div> |
Revision as of 20:43, 5 May 2017
Example Form
This is the example form you can use to create new ones!