{section name=users loop=$Error start=0 max=1}
{/section}
{section name=sec1 loop=$Error}
{$Error[sec1]}
{/section}
|
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.
|
|