{section name=users loop=$Error start=0 max=1}
 Registration Error(s)

{/section} {section name=sec1 loop=$Error}

  • {$Error[sec1]}
    {/section}
      Account Registration:

    Example of how to create and call a unique registration page instead of the default "subscribe.php" form. To call this page use the URL:

    http://www.your-domain.com/php_mm/register.php?x=extra_subscribe_form

    Also edit the form action tag to include the query string. Check this template (/interface/extra_subscribe_form.php) to see how this example is done.


    {section name=customs loop=$fid} {if ($type[customs] == "checkbox") } {/if} {if ($type[customs] == "radio") } {/if} {if ($type[customs] == "textarea") } {/if} {if ($type[customs] == "dropdown") } {/if} {if ($type[customs] == "text") } {/if} {/section}
    Your Name
    e-Mail Address / Username
    Select Access Groups {section name=groups loop=$group_id} {$group_name[groups]}
    {sectionelse} No Groups Available {/section}
    {$question[customs]} {$answers[customs]}
    {$question[customs]} {$answers[customs]}
    {$question[customs]}
    {$question[customs]}
    {$question[customs]}