Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Brian,

    The default behaviour of the plugin is to show a notice to existing subscribers that they are already subscribed to the list.

    You can however accomplish this with a little hack, just use the following JavaScript as the “already subscribed” error message.

    <script type="text/javascript">window.location.href = 'http://the-url-you-want-to-redirect-to.com/';</script>

    You can set this error message when you scroll down on the form settings page.

    Good luck, Danny

    Thread Starter briansapp

    (@briansapp)

    Great. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirect Existing Subscribers’ is closed to new replies.