Registration fields - Appsembler

Registration fields

When a student registers for a new account, there are some default fields that they need to fill out on the registration form. These fields can be shown or hidden as needed.
  • level_of_education
  • gender
  • year_of_birth
  • mailing_address
  • goals
  • honor_code
  • city
  • country
## Registration form fields
EDXAPP_ENV_EXTRA:
REGISTRATION_EXTRA_FIELDS: {
  ‘level_of_education’: ‘hidden’,
  ‘gender’: ‘hidden’,
  ‘year_of_birth’: ‘hidden’,
  ‘mailing_address’: ‘hidden’,
  ‘goals’: ‘hidden’,
  ‘honor_code’: ‘hidden’,
  ‘city’: ‘hidden’,
  ‘country’: ‘hidden’,
More information:

https://github.com/edx/edx-platform/wiki/Customizing-the-Registration-Form-Fields