Difference between revisions of "Dev/Forms"

Line 111: Line 111:
 
<li><label><input type="radio" data-form-field="example_radio" value="radio_option_3"> Option 3 </label></li>
 
<li><label><input type="radio" data-form-field="example_radio" value="radio_option_3"> Option 3 </label></li>
 
  </ul>
 
  </ul>
 +
 +
 +
<!------------------------------------------------------------ Question 3 ------------------------------------------------------------->
 +
 +
<p class="question">3. Example text area </p>
 +
 +
<textarea rows="3" data-form-field="example_textarea"></textarea>
 +
 +
 +
<!------------------------------------------------------------ Question 4 ------------------------------------------------------------->
 +
 +
<p class="question">4. Example checkbox </p>
 +
 +
<ul>
 +
<li><label><input type="checkbox" data-form-field="checkbox_option_1"> Option 1 </label></li>
 +
<li><label><input type="checkbox" data-form-field="checkbox_option_2"> Option 2 </label></li>
 +
<li><label><input type="checkbox" data-form-field="checkbox_option_3"> Option 3 </label></li>
 +
</ul>
 +
 +
<!------------------------------------------------------------ Question 5 ------------------------------------------------------------->
  
 
</div>
 
</div>

Revision as of 20:41, 5 May 2017

MENU


You have JavaScript disabled.

This page requires JavaScript in order to function correctly. Please enable JavaScript in your browser, then try again.

Example Form

This is the example form you can use to create new ones!

Example Form

Team Selection

Please choose a team

1.- Section Title

1. Name

2. Example radio select

3. Example text area

4. Example checkbox