Skip to main content

Redirecting to an external confirmation page (Subscription form)

Updated over 3 weeks ago

Subscribers who sign up through an APSIS Pro subscription form are normally redirected to an APSIS Pro confirmation page. If you prefer to send them to an external confirmation page instead, you will need to update the form code.

Important Notes:

  • This applies only to subscription forms, not unsubscription forms.

  • The code changes only work if the subscription form is placed on your own website. You cannot edit the form code directly in APSIS Pro.

Steps:

  1. Copy the form code and paste it into Notepad or a web design tool.

  2. Add the following line where the other input type tags are located:

    <input type="hidden" name="pf_redir" value="http://www.address_to_confirmation_page.htm">

  3. Replace the value with the URL of your external confirmation page.

  4. Paste the updated form code into the appropriate page on your website.

  5. Done!

Did this answer your question?