-
I use Gravity Forms to create user accounts and the workflow is almost perfect. However the last step is for the user to click a link in an email to activate their account which takes them to a generic page. This page seems to be a cutdown version of my theme and it is a mess. There is no setting in Gravity Forms to specify a custom URL for the activation, so I was hoping to create a redirect that points to my custom URL.
At the moment the activation URL looks like:
https://example.com/?gfur_activation=abc123
Can a rule be created to dynamically redirect to:
https://example.com/MYPAGE/?gfur_activation=*
where * = the unique string from the source URL.
The ticket ‘Create redirect for WP activation’ is closed to new replies.