{if $error}
{$error}
{/if} {if $future_mode == 'insert'}

{"Create New Subscription Form"|i18n}

{elseif $future_mode == 'update'}

{"Edit Subscription Form"|i18n}

{/if}
{"Lists to include in this form"|i18n}
{"Select:"|alang} {"All"|alang} · {"None"|alang}
{"Additional Fields To Request"|i18n} ({"Besides E-Mail"|i18n})
{"Name"|i18n}    
{foreach from=$ffields item=field} {/foreach}
{$field.title}
 
{"Options"|i18n}

{"Force user to subscribe to or unsubscribe from all lists selected above. (User will not have options for lists and will not see lists they are subscribing to)"|i18n}

{"Allow user to select lists they wish to subscribe to or unsubscribe from."|i18n}


{"Send this list's confirmation email one time for all lists instead of indiviual confirmations for each list. (Optional)"|i18n}

{if $allow_captcha}

{"Use Captcha Image"|i18n}

{/if}
 
*{"Optional Redirection Pages"|i18n} {"If left blank the system generated message will be displayed on a blank screen."|i18n}

{"Successful Completed Subscription URL"|i18n}
  {"Successful Completed UnSubscription URL"|i18n}
{"Pre-Confirmed Subscription URL"|i18n}
  {"Pre-Confirmed UnSubscription URL"|i18n}
{"Successful Confirmed Subscription"|i18n}
  {"Successful Confirmed UnSubscription"|i18n}
{"Subscription Error URL"|i18n}
  {"UnSubscription Error URL"|i18n}
{"Update Profile (Form 1: enter email address) URL"|i18n}
  {"Update Profile (Form 2: update details) URL"|i18n}

{"Label"|i18n} {"For future reference in the control panel. Not visible by public."|i18n}

 


{"*Optional Redirection Pages - Further Information"|alang}

  • {"By entering a url in any of the fields, the user will be redirected to that url when the action takes place.
    IE: you enter http://www.example.com/thanks.htm in the "Successful Completed Subscription URL" field. Then when a user successfully subscribes to your list he or she would be redirected to http://www.example.com/thanks.htm instantly upon filling out the initial form. The users information will be added to your list in the background while redirection is taking place."|i18n}
  • {"Pre-Confirmed Subscription URL or Pre-Confirmed Un-Subscription URL will only be used when you have Require Opt-In/Opt-Out turned on."|i18n}
  • {"You may further customize your redirection pages by including the system generated messages within your redirection page."|i18n}
    {"Here's how it works: When processing a subscriber's information, the system will generate two variables containing the necessary information."|i18n}

    {"The first variable is a comma seperated string containing all the IDs of your lists,"|i18n} {"and the second variable is a comma seperated string containing message codes for each list in the first string."|i18n}

    {"For example, let's say our lists variable contains \"1,4,2,7\", and the message codes variable contains \"4,8,5,2\"."|i18n}

    {"This would be interpreted like this:"|i18n}

    {"List 1: Message code 4,"|i18n}
    {"List 4: Message code 8,"|i18n}
    {"List 2: Message code 5,"|i18n}
    {"List 7: Message code 2,"|i18n}

    {"If you copy and paste the following code sample into your redirection page (assuming it is a .php page),"|i18n} {"it will print out the actual message text from the two variables passed in. You can modify this code sample to better suit your needs."|i18n}

    {literal} {/literal}

{"Other Forms of Allowing Users To Subscribe - VIA LINK"|alang}

{"Link to complete subscription form with option to subscribe to multiple lists."|i18n}

{"To link to the subscription form with giving the user the ability to subscribe to multiple lists, simply create a link pointing to"|i18n}:

{$site.murl}/box.php?nl={$list_id}


{"Link to complete subscription form without option to subscribe to multiple lists."|i18n}

{"To link to the subscription form without giving the user the ability to subscribe to multiple lists, simply create a link pointing to"|i18n}:

{$site.murl}/box.php?nl={$list_id}&mlt=no