I need to check (outside of the form) if the form has already been submitted by the logged in user. I've searched for the answer for awhile but now I feel like I'm going in circles. I'm assuming there's an easy solution and I'm just not finding it.
Could someone please help me with this?
$user_info = get_userdata( $current_user->ID );
// if the user has submitted form 53
// do this
// if they haven't submitted
else echo "Slow down, Sparky! You have to fill out this form first.";
Thanks so much for any help you might be able to offer!!!