I’m using GF User Registration and have an email notification that goes out with an activation link…but the link isn’t displaying in the email.
This is the code:
In order to complete your sign-up, YOU MUST ACTIVATE IT BY CLICKING THIS LINK: <a href="{activation_url}">{activation_url}</a>
This is how it displays in VISUAL tab:
In order to complete your sign-up, YOU MUST ACTIVATE IT BY CLICKING THIS LINK: {activation_url}
And this is what I got in the email:
In order to complete your sign-up, YOU MUST ACTIVATE IT BY CLICKING THIS LINK:
Why isn’t the link going out? This is important stuff here…at least to my client.
Thanks!