>
> Please any idea on how to hide some fields in the registration page. I
> mean fields like "*Highest level of education completed*" and "*Tell us
> why you're interested in {Platform Name}*".
>
> 1. I have tried modifying "
> */edx-ginkgo.2-2/apps/edx/edx-platform/lms/templates/register.html*"
> and removing the html elements but this does not solve it.
> 2. Have also set their respective *REGISTRATION_EXTRA_FIELDS* to
> hidden in my settings .
>
> REGISTRATION_EXTRA_FIELDS = {
'confirm_email': 'hidden',
'level_of_education': 'hidden',
'gender': 'optional',
'year_of_birth': 'optional',
'mailing_address': 'optional',
'goals': 'hidden',
'honor_code': 'hidden',
'terms_of_service': 'hidden',
'city': 'hidden',
'country': 'hidden',
}
*Am using ginkgo version. *
*Please help me out!*
*Thank you!*
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/959cb86a-8976-465f-8d55-200e5051c576%40googlegroups.com.