Difference between revisions of "Dev/Forms"

Line 22: Line 22:
 
}
 
}
  
 +
#save_form {
 +
background-color:red;
 +
font-weight: bold;
 +
padding: 15px;
 +
cursor:pointer;
 +
}
  
 
</style>
 
</style>
Line 180: Line 186:
 
</select>
 
</select>
  
 +
 +
<p class="question">Save? </p>
 +
<div id="save_form"> SAVE FORMdiv>
 
</div>
 
</div>
  

Revision as of 15:40, 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 FORMdiv>

Submit form?