I have a few gravity forms that need entries approving for each user. To do this I am using (https://en-gb.wordpress.org/plugins/gravityformsapprovals/)
I am having trouble trying to display the approval status on a page template (front end). As mentioned here I have echoed out the user meta using the code below and no 'approval status' was found in the array. I have contacted the developer but still no response.
Any ideas on how I can do this please?
$all_meta_for_user = get_user_meta( 47 );
print_r( $all_meta_for_user );