In my registration form (https://www.fozpalace.pt/pie-register-registration/) I have several dropdown and multiselect fields that I do not want to be changed by the user after registration, and so I have configured those fields to not be shown in profile page.
When the registered user goes to its profile page it doesn’t see the dropdown/multiselect fields as expected, but if the user changes another field (for instance, telephone number) the unseen dropdown/multiselect fields are “reseted” and the information in the dropdown/multiselect fields is lost …
Thanks for updated info. Well, we confirmed this issue with PR, it will be fixed soon. for the time i would suggest you to have a following work around to solve this issue.
Set “Show in Profile” to yes, give the field a special class like “piehidetemp” w/o quotes. declare the class on profile page manually to hide field.
I hope this will give you a starting point to resolve this issue temporary.