That worked. I changed the setting in Advanced, deleted the original Profile form, create a new Profile form and it worked fine.
Quick follow up question, given that we are using our platform strictly for enterprise business, on the Profile page, how can I delete:
* Text box “Tell us about yourself”
* Profile picture – I saw someone posted that you can add the code below, and have added to Custom CSS within Form, but nothing happened
/* Hide UM profil pic */
.entry-content
.um
.um-form
.um-header {
display: none;
}
Your assistance is greatly appreciated.
Thanks!