How to hide some fields of registration form in OCS?

Hi

I am using OCS 2.3.6. and I want to hide some fields of the registration form
image

How to hide some registration form fields in OCS, without affecting the stability of the system?
Example: Gender, URL, Fax, among others.

Thanks
David.

Hi @drueda,

Since these are not required fields, the easiest way is probably to upload a little bit of CSS that uses display: none; to hide those fields. Alternately, you could edit the Smarty templates.

Regards,
Alec Smecher
Public Knowledge Project Team