Difference between revisions of "Dev/Forms"

Line 185: Line 185:
 
<p class="question">2. Example radio select </p>
 
<p class="question">2. Example radio select </p>
 
<ul>
 
<ul>
<li><label><input type="radio"  name="test" data-form-field="example_radio" value="radio_option_1"> Option 1 </label></li>
+
<li><label><input type="radio" data-form-field="example_radio_1" value="radio_option_1"> Option 1 </label></li>
<li><label><input type="radio" name="test" data-form-field="example_radio" value="radio_option_2"> Option 2 </label></li>
+
<li><label><input type="radio" data-form-field="example_radio_2" value="radio_option_2"> Option 2 </label></li>
<li><label><input type="radio" name="test" data-form-field="example_radio" value="radio_option_3"> Option 3 </label></li>
+
<li><label><input type="radio" data-form-field="example_radio_3" value="radio_option_3"> Option 3 </label></li>
 
  </ul>
 
  </ul>
  
Line 203: Line 203:
  
 
<ul>
 
<ul>
<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_1" value="checkbox_option_1"> Option 1 </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_2" value="checkbox_option_2"> Option 2 </label></li>
 
<li><label><input type="checkbox" data-form-field="checkbox_option_3" value="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>

Revision as of 18:52, 28 February 2018

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:

You can: - - this form

1.- Section Title

1. Name

2. Example radio select

3. Example text area

4. Example checkbox

5. Example dropdown

Save?

SAVE FORM

Submit form?