How to remove user's field when creating or editing users' profile

Re: Odgovor: Re: How to remove user's field when creating or editing users' profile

by Jon Bolton -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Testers

If your theme supports Custom CSS (and most do), it’s much better to use that instead.

fieldset#id_moodle_additional_names {display: none;}

If you HAVE to use the Additional HTML option, then use

fieldset#id_moodle_additional_names {display: none;}