Is there anyway, without editing the module code, to disable the user's ability to add/edit "Intro Text" when on the "Edit Account" screen?
I'd do it with CSS, but unfortunately I cannot display:none the label for the intro text...
Is there anyway, without editing the module code, to disable the user's ability to add/edit "Intro Text" when on the "Edit Account" screen?
I'd do it with CSS, but unfortunately I cannot display:none the label for the intro text...
Comments
Comment #1
sunNo, but you can implement hook_form_alter() in a custom module to set
#access = FALSEfor this field.Comment #2
trevorleenc commentedunfortunately...this is kind of beyond me at this point...not even really sure where to start...
so, "thanks" anyway...
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
trevorleenc commentedI did find this module, which managed to do exactly what I wanted:
http://drupal.org/project/formdefaults