The Subscription wizard : a step by step guide.


This FAQ document will guide your through the complete subscription wizard.Each step is fully documented which make it a piece a cake to setup a subscription flow.

Here is a screenshot of the complete flow.

In the the first step of the wizard you need to specify if you create a subscription new wizard or continue working on a already existing subscription wizard.

In the second step we will start with creation your subscription landing page :  to do this you need to select the template which you want to use for the subscription landingpage.

Once you have select the correct template, you can start working on the subscription page. This page needs a standard html form, this form will be 'integrated' in your landingpage.

if this isn't done automatically, you need to use the following code and copy/paste it inside the body of your html source.

<form action="" name="" method="post" >
  <input type="hidden" name="id" value="<?gid?>" >
  <input type="hidden" name="add_ciid" value="<?add_ciid?>" >
  <input type="hidden" name="add_when" value="<?add_when?>" >
  <input type="email" name="email" value="<?email?>">
  email<br>
  <input type="submit" name="action_submit" value="submit">
</form>

 Once you have finished your subscription form, you can proceed to the next step.

The next step will create the invitation mail. In the first step you'll need to specify the template you which to use.

Once you have selected the right template, you can set the content of this invitation mail. Like in the previous step this email will be filled with the needed link towards the landing page. If the link isn't added automatically, please copy the code here below inside the body of your content section.

Please <a href="&lt;?add_lp_ci_<?add_ciid?>?&gt;">click here</a> to complete our registration form

The last step in the invitaion mail step is defining when you will send out this mailing.

You see 2 options :

Now : means NOW, the mail will be send out immediatly.

Select the date & time : here you can schedule your invitation mail for a specific date & time.

Once you have created and planned the invitation mail, you can proceed to the final step. The final step is creating the subscription confirmation mail.

Start with selecting your template and editing the content.

 

 

Once you have set the correct content, you can proceed to your final headers step.

In the headers tab, you also have 3 different options which are declared here and which will define when the confirmation will be send.

 

 

You have 3 different options :

Immediatly :  Confirmation will be send direct after the subscription form has been finished by the end-user.

At a specific date & time : Sends out the confirmation mail in a one shot specified timeframe to all the end-user who have finished the subscription.

With a delay on actual subscription : Here the confirmation mail will be send out depending on when the end user has actually finished the subscription. The delay can be specified in Amount units and Delay Amount.

You are now ready to launch your subscription scenario

For more questions please contact us at support@addemar.com