E-mail link to secure content follow through login

Good Afternoon,

I have links in e-mail that are going to secure content on my site. It takes me to my login screen as it should, but it then takes me to the sites homepage. Are their conditionals that will force the link to follow through a sign in and land on the original content?

Right now, I have a barebones sign in on a page that looks like this.

[s2Member-Login title="User Information" show_summary_if_logged_in="0"/]

Thanks!

Marc

Try this:

“login_redirect” =“the need URL”

1 Like

You could try:

[s2Member-Login title="User Information" show_summary_if_logged_in="0" login_redirect="%%previous%%" /]

:slight_smile:

1 Like