• Resolved bbua97

    (@bbua97)


    Hey there!

    I have a website with newsletter lists for members and visitors. For the logged-in users I have the [newsletter_profile] shortcode used inside of a members only dashboard tab. If I press “Save” I get redirected to the newsletter page, but if logged-in members change anything on their profile, I want them to stay on the dashboard tab after saving. For guests of course, I need the redirect to the standard newsletter page. I know I can configure an alternative URL but this also changes the link for guests if they want to access their newsletter profile form from the newsletter. I tried to change the form action of the tnp-profile form from the default “action=”https://url.com/?na=ps” to “action=”https://url.com/dashboard/newsletter?na=ps” but this is still redirecting to the newsletter page and if I don’t include the url parameters the data don’t get saved. I think the best posssible solution would be to offer an alternative URL für logged-in users and an alternative URL for guests.

Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    You can try to use the filter “newsletter_profile_url” with the original url as first parameter and an object with the subscriber data as second one.

Viewing 1 replies (of 1 total)
  • The topic ‘Profile page alternative URL for members’ is closed to new replies.