Now we will show how to have a set of buttons. Each button will have its own label. The CW program will determine which button was pushed. Our form will look like:

First, in FrontPage, select the first button and press alt-enter, you get:

Enter "Button" as the Name of the button and "A" as the Value/label. Note that the Button type is Submit. (All the buttons will be Submit buttons.)
Do the same for the "B" and "C" buttons.
Now we need to write a program that will process the buttons. Call it ProcessButtons.cw. To do this, click in the form and select "Form Properties ..."

As always, select "Send to other" and select "Custom ISAPI ...".
Next, press the Options button.

Is this beginning to look familiar?
Now, our program, ProcessButtons.cw:
| <$You pressed button: <?Button?>.$> |
To try it, press Buttons Example.