Oops! You need to be logged in to use this form [RESOLVED]

Hi, i am getting “Oops! You need to be logged in to use this form.”

I added this code to my functions and cleared all caches on the site. Still nothing seems to want to work.

// Add this code to your theme’s functions.php file

add_filter(‘gform_require_login’, ‘__return_false’);

Does the form have an “update” type User Registration feed? If so, the user must be logged in for the add-on to populate the mapped fields with the user’s current meta values.

1 Like

Thank you! That is what the issue is!