You're Just A Step Away From Members Area
{if $vars.recommended} The username you entered was taken, please try one of these.
{foreach from=$vars.recommended item="usernameR"} {$usernameR} {/foreach} {/if}
Username:
{if $errors.username}
{$errors.username}
{/if}
Password:
{if $errors.password}
{$errors.password}
{/if}
E-Mail:
{if $errors.email}
{$errors.email}
{/if}
{if $vars.country}{assign var=country value=$vars.country}{else}{assign var=country value=$countrycode|default:'US'}{/if}
Country:
{html_options options=$countries selected=$country}
Membership:
{html_options options=$join_options selected=$vars.optionid}
{if $errors.optionid}
{$errors.optionid}
{/if}
Payment Type:
{html_radios name="cascade" options=$payment_options selected=$cascade separator="
"}{if $errors.cascade}
{$errors.cascade}
{/if}
Receive E-Mails:
{if $errors.mailok}
{$errors.mailok}
{/if}
{if $have_special_options}
Prefer a different Payment Method?
{foreach from=$special_options item=option_name key=optionid}
{/foreach}
{/if}