How do i hide some fields in the registration page

14 views
Skip to first unread message

Nelson Azolukwam

unread,
Feb 25, 2019, 10:24:48 AM2/25/19
to General Open edX discussion
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!
Reply all
Reply to author
Forward
0 new messages