More Forms - Radio Buttons

The next form will demonstrate radio buttons.

Our form will look like:

In turn, select each button and give it the appropriate value -- "Button A", "Button B", or "Button C".

Then ..

and so on.

Now .. when we send the radio button value to the CW program, it will simply tell the value of "Buttons".  Our program will be ProcessRadioButtons.cw.  So, we need to select the "Submit" button and tell it to use this program to process.  We won't show how to do this as it's the same as in all the other examples.  Just right click in the form.  Select "Form Properties ...".  Select "Send to other ... Custom ISAPI".  The press the "Options" button and enter the program name in the "Actions" field.

Our program, once again, is mind-bogglingly simple:

<$You selected radio button: <?Buttons?>$>

To try it, press Radio Buttons Example.