Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The code for the TablePress Extension is indeed a good starting point here. You would essentially have to replace the lines

    $current_user = wp_get_current_user();
    $userid = $current_user->ID;

    with something more specific to those Gravity Forms meta data fields. Unfortunately, I don’t know their internal coding API, so that I can’t tell you what that exact code would be. You would have to find out from their docs or maybe their support team.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Show logged in user using meta data’ is closed to new replies.