The standard login lnk is:
Can I change
to take the customer to a specigfic page after logging in?
I would want to do this on a specific instance of the login link.
I have a feeling this is in here somewhere but 'search' has failed to find.
Thank you
Code:
<a href="<actinic:variable name="LoginPageURL" />" onclick="AppendParentSection(this)"><actinic:variable name="LoginText" /></a>
Code:
onclick="AppendParentSection(this)
I would want to do this on a specific instance of the login link.
I have a feeling this is in here somewhere but 'search' has failed to find.
Thank you
Comment