Difference between revisions of "Dev/Forms"

Line 156: Line 156:
 
<!------------------------------------------------------------ Question 1 ------------------------------------------------------------->
 
<!------------------------------------------------------------ Question 1 ------------------------------------------------------------->
  
<p class="question">1. Name <input type="text" data-name="example_text" data-form-field="example_text" placeholder="Place text here"></p>
+
<p class="question">1. Name <input type="text" name="example_text" data-form-field="example_text" placeholder="Place text here"></p>
  
 
<!------------------------------------------------------------ Question 2 ------------------------------------------------------------->
 
<!------------------------------------------------------------ Question 2 ------------------------------------------------------------->
Line 162: Line 162:
 
<p class="question">2. Example radio select </p>
 
<p class="question">2. Example radio select </p>
 
<ul>
 
<ul>
<li><label><input type="radio" data-form-field="example_radio" value="radio_option_1"> Option 1 </label></li>
+
<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" value="radio_option_2"> Option 2 </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" value="radio_option_3"> Option 3 </label></li>
+
<li><label><input type="radio" name="test" data-form-field="example_radio" value="radio_option_3"> Option 3 </label></li>
 
  </ul>
 
  </ul>
  
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"> 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"> 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"> Option 3 </label></li>

Revision as of 18:39, 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?