I am trying to: Create new user profiles using custom user fields.
Link to a page where the issue can be seen:
I expected to see: Radio and select fields I created to extend the user profile.
Instead, I got: The field names are displayed but the not the field inputs.
This is still a MAMP local installation but I tried an earlier version of Types in a public-facing sandbox environment and the fields displayed properly. Only on this site and only these user fields are not showing up. I also tried deactivating other plugins, including other Toolset plugins but that didn't help.
I had added a function to the child theme's functions.php which was in conflict with the radio and select functions of the back-end user's form. Disabling the theme helped me spot it. I don't know why but I disabled everything BUT the theme! Anyway, thanks for the advice. All is well now.