Difference between revisions of "Dev/Forms"

Line 27: Line 27:
 
padding: 15px;
 
padding: 15px;
 
cursor:pointer;
 
cursor:pointer;
 +
color: white;
 +
border-radius: 10%;
 +
width: 30%;
 
}
 
}
  
Line 188: Line 191:
  
 
<p class="question">Save? </p>
 
<p class="question">Save? </p>
<div id="save_form"> SAVE FORMdiv>
+
<div id="save_form"> SAVE FORM<div>
 
</div>
 
</div>
  

Revision as of 15:41, 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?