Forms, Buttons

10/28/2009 1:20 PM
You can subscribe to this wiki article using an RSS feed reader.

 Return to WS 5.0 Home Page

 

There are three types of buttons you can add to the form: Reset button, Submit button and other Buttons. 

 

Submit Button. This is the button that submits the form. Every form you want emailed to you must have a Submit button. When you group a form, you will receive an error message if your form does not have a Submit button.  

 

Reset Button. When pushed, this button removes all of the information entered by the users and resets all the fields back to their original state.  

 

Buttons. Buttons are used with custom scripts to perform various functions. 

 

  

Add a button 

  • Click on Forms Tab>Buttons Group>Button Command. This places a button on the page and opens the Object Properties dialog. 
  • Choose options for the checkbox or radio button in the Object Properties dialog. See an explanation of options below. 
  • Click OK

  The options in the Object Properties dialog are the same for all buttons.

Choose options in the Form Object section for the button 

 

Object Info 

ID Number. Web Studio assigns an object ID number to the field. 

Tab Order. This displays the tab order assigned to the field. See Assigning the Tab Order 

Position 

Position. The field position from the left and top margins is measured in pixels. 

Disable. This disables or grays out this form element. This could be used when there are check boxes that are not relevant unless another checkbox is checked. Use Javascript to enable this.   

Font for Button’s Text 

Font. Click to choose the font for the button.  

Custom Script (Advanced). Use this for any scripting that is necessary to customize the form’s look or behavior.

 

Choose options in the Button section for the button

 

Button Properties

Name. Fill in a name that identifies this specific button.

Text in Button. Keep the default text or enter new text.

Button Colors

Text. Choose the text color.

Button. Choose the button color.

 

 See also

 Forms Fields. See a list of all the fields with links to each article.

Steps for Using Forms

Assigning the Tab Order

Grouping the Form

Checking the Form

Forms Tips