Radio Button

Radio Field properties:

  • General Group:
    • Label: Enter the text that is displayed adjacent to the field, indicating to the expected information from the web page visitor.
    • Submit Name: Enter a name for the field, which will identify it to the receiving server-side script. To create a group of radio buttons where only a single option can be selected, all radio buttons must have the same Submit Name.
    • Value: Enter the value of this radio button. If multiple radios in the same group are present, only the value of the selected one will be available to the server-side script.
    • Selected: Check for this radio to initially be selected in the group when the web page is shown. Only one radio button can be selected.
  • Validation Group:
    • Required: Check if the field is required to submit the form. If a field is required but contains no data, the JavaScript Validation shows a message to the user.

Table of Contents

Index

Glossary

-Search-

Back