Difference between revisions of "Dev/Forms"

Line 180: Line 180:
  
 
<ul>
 
<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_1" value="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_2" value="checkbox_option_2"> Option 2 </label></li>
<li><label><input type="checkbox" data-form-field="checkbox_option_3"> Option 3 </label></li>
+
<li><label><input type="checkbox" data-form-field="checkbox_option_3" value="checkbox_option_3"> Option 3 </label></li>
 
</ul>
 
</ul>
  

Revision as of 20:00, 11 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

Current message:

Welcome, !


You selected team:

Are you in this team?

Your role is:

1.- Section Title

1. Name

2. Example radio select

3. Example text area

4. Example checkbox

5. Example dropdown

Save?

SAVE FORM

Submit form?