Enter your Details
Username:
{if $errors.username}
{$errors.username}
{/if}
Password:
{if $errors.password}
{$errors.password}
{/if}
E-Mail:
{if $errors.email}
{$errors.email}
{/if}
ZIP (Postal Code):
{if $errors.zip}
{$errors.zip}
{/if}
{if $vars.country}{assign var=country value=$vars.country}{else}{assign var=country value="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 $have_special_options}
Prefer a different Payment Method?
{section name=option loop=$special_options}
{/section}
{/if}