[phplib] oohforms extension From: Adi Sieker (adi <email protected>)
Date: 05/11/01

Hi,

I extended the forms class to handle url and email text fields.
i.e. the following is valid
$f->add_element(array("type"=>"email",
                      "name"=>"user_email",
                      "valid_e"=>"Invalid eMail address Format.",
                      "icase"=>1));

The checks are on regexp basis. The Javascript is tested with Internet
Explorer 5.5.
Is there interest to include this in the 7.2d version??

Regards
   Adi

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