[Progress Communities] [Progress OpenEdge ABL] Forum Post: get custom choicefield in view for registration and edit profile MVC

  • Thread starter Thread starter laura@refactoredmedia.com
  • Start date Start date
Status
Not open for further replies.
L

laura@refactoredmedia.com

Guest
I added some custom fields to the user profile that utilize the choice field for checkboxes and dropdown lists. I have been unable to find documentation on how to get these fields for the user profile. I keep getting directed to Progress KB - MVC: How to work with Basic Profile custom fields in MVC Profile and Registration widgets which only shows how to get text box fields, not choice field vales to select and Progress KB - MVC: How to display custom ChoiceField's selected choices using Razor and Use custom fields in widget templates - Sitefinity CMS Design and frontend only show how to get choicefield values for custom widgets but Model.Items are not available to me since I am working with the RegistrationViewModel and ProfileEditViewModel which only has @Model.Profile["FieldName"] available. So, how exactly do I get the custom choice fields values for the user profile so that when users register they can select from the options I entered into the admin user profile interface?

Continue reading...
 
Status
Not open for further replies.
Back
Top