Hello,
I'm using the user registration add-on to create new users, and i'm also saving some form fields as custom meta fields in the user table.
On of the form fields, is a populated drop down menu, with the names of a custom post type. The names of the post type show nicely in the pulldown menu. When submitting the form, the name of the post type is nicely saved in the form; i can see that in the email, and i can see that in the form admin.
Now, what ends up as a meta field value in my user table, isn't the name of that post type, but it's ID. So there's numbers being saved. I can't wrap my head around it, since it was working before one of the latest gravity forms updates.
So, everywhere, the name of the ID is being saved, except for my meta field, there it's a post idea. Is this a known issue?
I