Tell us what you are trying to do?
I would like to generate a link with parameters which data pulled from post author's information. However, I cannot display user's custom field information.
I have set a view to generate link. This link should pass post's author's information to the next page (gravity form with hidden fields). However certain parameter cannot be generated. I am sure there is something wrong with my view settings. But I cannot find the workaround.
Let me explain the setup.
Basically, when when you go to a page like this.
hidden link
When you sign in as a any WordPress user, you will see Request information link
The link goes either the #1 or #2 depending on the account of user.
I have these 2 links need to be properly working. These links will be displayed based on a conditional view which I set up separately already.
#1 hidden link
#2 hidden link
The link generate a series of parameters. They are supposed to pass down to the destination page so gravity form can capture the parameters and fill in the form including hidden forms.
I am having problems generating these parameters. If if you can take a look the views in admin dashboard, you can give me advices to make them work.
So far, I figured..
[wpv-post-author format="meta" meta="first_name" item="$current_page"]
works fine as long as I can choose the value from the pull down list. But I would like to display not only build-in field but also custom fields.
I set these fields and more to set custom fields, but not working.
[types usermeta='agent-lic' user_is_author='true'][/types]
[types usermeta='broker-address' user_is_author='true'][/types]
They somehow displays unrelated data(or not pointing the right id). But it doesn't pull the proper information from proper user.
What is the link to your site?
hidden link
I would like to provide admin access, please set it up a form for me.