Set Web form control properties
Microsoft Office Publisher 2003
- Double-click the submit button on your Web form.
- Under Button properties, click Submit.
- Do one of the following:
- To label the button "Submit," select the Button text is same as button type box.
- To rename the button, clear the Button text is same as button type check box, and then type the new name in the Button text box.
- To select your method of data retrieval, click Form Properties, and then select the options that you want.
Textbox
- Double-click the textbox on your Web form.
- In the Default text box, type your default text.
- In the Number of characters allowed box, enter the maximum number of characters that visitors will be allowed to type in the text box.
- If visitors’ responses will be sensitive in nature (such as passwords), select the Hide sensitive text with asterisks box.
- Under Data processing, in the Return data with this label box, type the label you want associated with the data you receive from this control.
Reset button
- Double-click the reset button on your Web form.
- Under Button properties, click Reset.
- Do one of the following:
- To label the button "Reset," select the Button text is same as button type box.
- To rename the button, clear the Button text is same as button type check box, and then type a name in the Button text box.
Text area
- Double-click the text area on your Web form.
- In the Default text box, type your default text.
- Under Data processing, in the Return data with this label box, type the label you want associated with the data that you receive from this control.
List box
- Double-click the list box on your Web form.
- Under Data processing, locate the Return data with this label box and type the label you want associated with the data you receive from this control.
- Click Add to add items to the list box.
- Type the name of the item. The item will appear inside the list box with this name.
- Under Show item as, click Selected if you want this item to appear selected in the list box.
- If you want the form data you receive to be different from the item text inside the list box, clear the Item value is same as item text check box.
- In the Item value box, type a value for the list box.
- Click OK.
- To let Web site visitors select more than one item at a time from the list box, under Appearance, select the User can select more than one item check box.
Group of option buttons
- Double-click the first option button in a group (not its label) on your Web form.
- Under Appearance, click Selected if you want this option button to appear selected.
- In the Return data with this label box, type the label you want associated with the data you receive from this group of option buttons.
- In the Option button value box, type the value you want to receive if this control is selected. This is your form data.
- Click OK.
- Repeat steps 1 through 5 for all option buttons in the group.
- Make sure that the label you specified in step 3 for the Return data with this label box is the same for all option buttons in the group.
Checkbox
- Double-click the checkbox (not its label) on your Web form.
- Under Appearance, click Selected if you want this checkbox to appear selected.
- Under Data processing, in the two boxes Return data with this label and Checkbox value, specify how you want form data to be processed and returned to you.