Re: [phplib] passwords in oohforms From: Ulf Wendel (ulf <email protected>)
Date: 07/07/00

> Maurice Jumelet wrote:
> How do I use password fields in oohforms?
> I had to change:
> rule 234
> - $cv_tab = array("select multiple"=>"select", "image"=>"submit");
> + $cv_tab = array("select multiple"=>"select", "image"=>"submit",
> "password"=>"text");
> to make it work for me.
>
> Is this correct or am I overlooking something?

It' not neccessary:

"type
The type of element this is; can be "submit", "hidden", "text",
"textarea", "select", "radio", "checkbox", or "file".

pass
If set for a text element, renders the html as a password element, i.e.
entry displays as asterisks.",
http://phplib.netuse.de/documentation/documentation-5.html#ss5.3 ->
add_element()

Ulf

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