You can add Buttons, Radio Buttons, Image Buttons and/or Checkboxes to a Form. These controls allow a user to click on a selection that they want submitted to the server.

Radio buttons allow you to select an item from a group of items. Only one radio button can be selected per group.

 

The Radio Button Properties dialog box contains these fields:

 

Name: Name of the Radio Button

Value: Value of the Radio Button

Selected: Default status of the Radio Button (selected or not selected)

 

ProcedureTo create a Radio Button:

  1. On the Web Page Editor - Package toolbar, click Radio Button Radio Button.
     
  2. Type the name of the Radio Button.
     
  3. Type the value to be sent to the server when the Radio Button is selected.
     
  4. Click the Selected option if you want the default state of the button to be selected.
     
  5. Click OK.
Checkboxes allow you to select items from a group. Each item is independent so you can select multiple options from a group. 

 

The Checkbox Properties dialog box contains these fields:

 

Name: Name of the Checkbox

Value: Value of the Checkbox

Selected: Default status of the Checkbox (selected or not selected)

 

ProcedureTo create a Checkbox:

  1. On the Web Page Editor - Package toolbar, click Checkbox Checkbox.
     
  2. Type the name of the Checkbox.
     
  3. Type the value to be sent to the server when the Checkbox is selected.
     
  4. Click the Selected option if you want the default state of the checkbox to be selected.
     
  5. Click OK.

Buttons provide a visual cue to the user to complete an action. Buttons come in three types:

The Buttons Properties dialog box contains these fields:

 

Name: Name of the button

 

Text (Value): Text that displays on the button

 

Type: The type of button. Values are Button, Submit, or Reset

 

ProcedureTo create a Button:

  1. On the Web Page Editor - Package toolbar, click Button Button.
     
  2. Type the name of the button.
     
  3. Type the text to appear on the button.
     
  4. Select the type of button.
     
  5. Click OK.

Image Buttons are clickable images that provide a visual cue to the user to complete an action.

 

The Image Buttons Properties dialog box contains two tabs:

To create an Image Button:

  1. On the Web Page Editor - Package toolbar, click Image Button Image Button.
     
  2. Fill in the appropriate information on each tab and click OK.

Table of Contents  Back

Create_Buttons_and Checkboxes