I'm having issues mapping newly created custom user fields with Gravity Forms.
On this site (hidden link) Access plugin is active (enabled) and I'm getting this message from panel where I'm creating this additional user fields (This groups visibility is also controlled by the Access plugin.). If I deactivate Access, same thing. Message disappears but I don't see this custom additional fields in Gravity.
On other website instance (hidden link) Access plugin is installed but not activated, and I see new custom created field in Gravity, I can create a User registration form and map (for example additional phone field) with this Gravity form.
Can you please advise me how to enable or what do I have to do in Access to allow visibility of this new custom user fields in Gravity?
I haven't seen that message, I just tried to see if I could modify settings to trigger it, but could not.
But that's not so important.
You say that even with Access disabled you have one site where Gravity Forms recognises the Types user fields and another where it does not.
Gravity Forms doesn't have an integration with Types, so if you are trying to map Types fields in a form I expect the way that it works is that Gravity Forms scans wp_usermeta to find the distinct user custom field keys which it presents to you to choose from.
On the site where you don't see your custom user field the most likely explanation is that there are no saved values for this field in the database yet, so when it scans it doesn't find the field.
Note that Types fields are stored with a 'wcpf-' prefix, so if you have a field 'salutation' then it would be stored with a key of 'wcpf-salutation', which is what you need to look for when mapping fields.
Hi Nigel, thanks for the tip. Yes this was the problem. Edited my profile, added some bulk data and Gravity was able to see this newly custom created user fields from types. Thanks so much. Appreciate it.