I need to redirect users to their profile after a successful registration. How do I do this? The problem is the profile is not a static page. It changes with every user.
I need to redirect users to their profile after a successful registration. How do I do this? The problem is the profile is not a static page. It changes with every user.
You could dynamically set the redirect using the following hook: http://www.gravityhelp.com/documentation/page/Gform_confirmation
Great :) That sounds perfect, but excuse my inexperience with Gravity Forms, but where do I put the hook?
Hooks and filters are put into your theme's functions.php file.