Hello,
I've created a gravity form to act as a work request form. Essentially the user logs into a private site, and fills out the work request which is then submitted to a field rep via email routing. Easy enough.
What I'd like to accomplish is to have a drop down menu populated with selection choices based on the user logged in. In other words, when User A logs in he/she can pick from option 1 and 2, but when User B logs in he/she can only pick option 3 and 4.
I'm currently using the Extra User Details plugin (http://wordpress.org/extend/plugins/extra-user-details/) to add additional fields to the user profile and pre-populating single line text form fields using the Default Value variable created with the plugin (e.g. {user:user_phone} ).
However, what I can't figure out is how to tie drop down selections (radio buttons, checkboxes) to the user. I realize there may be some custom code involved to pull this off, or an additional plugin, etc. Any help pointing me in the right direction would be appreciated.
Thoughts?