So I have a customer registration setup that sends out an activation link to their registered email however I want the link in the email to say "Click Here to Activate Your Account" rather than display a link to the Caspio page. So for example the code I have is as follows:
With the above code it works and I receive the email however the link displays as "https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]"
When I change the code to:
<a href="https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]">Click Here to Activate Your Account</a>
In the Edit view for the email message it shows it all as expected and valid code however no emails are being sent out? (If I change it back everything works again).
Not sure if something needs to be done differently or its a bug?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Majortom
Hi Guys,
So I have a customer registration setup that sends out an activation link to their registered email however I want the link in the email to say "Click Here to Activate Your Account" rather than display a link to the Caspio page. So for example the code I have is as follows:
<a href="https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]">https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]</a>
With the above code it works and I receive the email however the link displays as "https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]"
When I change the code to:
<a href="https://xxx.caspio.com/dp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx?CID=[@field:CustomerRandomID]">Click Here to Activate Your Account</a>
In the Edit view for the email message it shows it all as expected and valid code however no emails are being sent out? (If I change it back everything works again).
Not sure if something needs to be done differently or its a bug?
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.