Creating dynamic radio buttons
Creating a dynamic radio button group is somewhat more complicated since you have to use another Dynamic Content object to repeat the bound radio button automatically.
To create a dynamic radio button group: - Drag a Repeat Rows object from the Dynamic Content set of the Objects palette to your page.
- In the Dynamic Bindings palette, select a content source that contains the values you want in your radio button group.
- Make sure the All Records option is selected if you want all the radio button values stored in your database to be displayed.
- Drag a Bound Radio Button object from the Dynamic Content set of the Objects palette to the first row of the Repeat Rows table object.
- In the Dynamic Bindings palette, select a content source and field that contains the values you want displayed in your radio button grouping.
- Select the Construct Dynamically option, and select a content source, value field, and label field that contain the values you want in your radio button grouping.
- To the right of the Bound Radio Button object, type a space and then a placeholder label.
- Select and bind the placeholder label to the same content source field as the Bound Radio Button object you inserted earlier.
The Dynamic Content set of the Objects palette contains many other forms-related objects that are preset to be bound to a content source field. They are otherwise identical to regular form elements and used in the same way in your forms.
|