I'm trying to figure out how to get this working. My situation is as follows, users can choose out of two subscriptions types when registering and his/her subscription type is placed in a user meta field. So far everything works great.
What i have been able to achieve is that when a subscriber logs into his profile page (which is a gravity form) the data displayed is determined by their subscription type. But when he updates his account i want his subscription type to be passed back into the user meta field.
In my case i have three situations.
1. Someone with subscription A logs in and update his account. (keeps subscription A)
2. Same as the first point but has the possibility to upgrade to subscription B
3. Someone with subscription B logs in and update his account. (keeps subscription B)
So, is it possible to have a field which can be dynamically filled with the users choice and this value passed back to user meta field.