• Resolved fermillerkite

    (@fermillerkite)


    Hi!, I’m trying to display the user email from an specific user (using username for the search), But I can’t find a way to make it works…..could you help me?
    here is my code

    [vg_display_data object_id_type=”query_string” object_id=”Username=’xxxxx'” key=”user_email” data_source=”user_data”]

    Thanks a lot

Viewing 1 replies (of 1 total)
  • Plugin Author Jose Vega

    (@josevega)

    Hi.

    We only accept a query string containing a user ID, not an email. We can’t search by email.
    For example: site.com/page/?my_user_id=89

    And the shortcode would be:
    [vg_display_data object_id_type="query_string" object_id="my_user_id" key="user_email" data_source="user_data"]

Viewing 1 replies (of 1 total)
  • The topic ‘trying to use “Query_String”’ is closed to new replies.