RE: [phplib] Configuring for Inclusive Permissions From: Allen Lee (alee <email protected>)
Date: 05/23/00

  $f->add_element(array(
         "type" => "radio",
         "name" => "Incidents",
         "value" => $Incidents,
         "valid_e" => "<a href=#Incidents>#$x. Please enter whether you are
aware of ".
                      "any incidents that may result in claims being made
against you.</a>"));

...

     Yes <? $f->show_element("Incidents", "Yes"); ?>
     No <? $f->show_element("Incidents", "No"); ?>

showing the element determines the value that will be submitted if the
person picks that radio button.

-----Original Message-----
From: amarcelo [mailto:amarcelo <email protected>]
Sent: Tuesday, May 23, 2000 1:23 PM
To: phplib <email protected>
Subject: Re: [phplib] Configuring for Inclusive Permissions

Hello. Requesting some help on OOHFORMS.

The documentation has examples for text, checkbox, select and textarea but
none for radio buttons.

Can anyone please send me an example of how to use radio buttons with
OOHFORMS?

Thank you.

alvin

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>