proversity-org / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
1 stars 1 forks source link

PE-619 Add extended_profile_fields to the register form #1091

Closed andrey-canon closed 5 years ago

andrey-canon commented 5 years ago

Description

Add extended_profile_fields to the register form.

How to test

1) Add in the site configurations a dict with the name extended_profile_fields, example:

"extended_profile_fields":[
    "group",
    "number"
  ] 

2) there are two possibilities, text field or choice fields, if you wan add choices, add in the site configurations a dict with the name EXTRA_FIELD_OPTIONS, example:

  "EXTRA_FIELD_OPTIONS":{
    "group":[
      "group1",
      "group2"
    ]
  }
Squirrel18 commented 5 years ago

Squash and merge. @andrey-canon