[development] Disabling E-mail field in User Account > Edit

Nedjo Rogers nedjo at islandnet.com
Sun Dec 11 19:00:21 UTC 2005


> I'm trying to disable the e-mail and user_name filed in the User
> Account Edit page.

It's a 'disabled' attribute you want to set, 

http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled

Perhaps:

$html_params = array("disabled" => "TRUE");


More information about the development mailing list