Hi all,
- I have created a new user meta called Unit Type.
- In my gravity form I have a drop down with 2 values - Residential and Commercial
- The user signs up and the data is posted to the My Profile page in the WP dashboard
What I want to know is if it is possible to pass the values from the drop down in the form (Residential & Commercial) into the My Profile page. Much like when you select what User Role a user is.
The reason is, if a user accidentally picks the wrong Unit Type, currently they are just faced with a text box, which they can type in whatever they please. So I just want them to pick from the original options in the form.
I am thinking would I need to query the G-form table that holds the Unit Type options and pass this to the user meta field on the My Profile page.
Any help would be appreciated.
:D