{include file="admin/header.inc.html"}

{$title|escape}

{if $error}
{foreach from=$error item=e}
  • {$e|escape} {/foreach}
  • {/if}
    {foreach from=$member_additional_fields item=f}{if $f.type ne "hidden"} {assign var=fname value=$f.name} {/if}{/foreach}
    MEMBER FIELDS
    Username*
    Password* fixed:
    Email
    Name
    First name:
    Last name:
    Street Address
    City
    State
    ZIP
    Country
    Male/Female
    1 - if male, 0 - if female
    {$f.title}
    {$f.desc}
    SUBSCRIPTION
    Subscription Type*
    field must contain numeric id of subscription
    Subscription Begin Date*
    date in format: yyyy-mm-dd
    fixed:
    Subscription Expire Date*
    date in format: yyyy-mm-dd
    fixed:
    Subscription Payment System
    Payment Amount
    fixed:
    Subscription Receipt#*
    must be subscription id for PayPal
    transactions, and so on
    fixed:
    LIMIT IMPORT
    Skip records skip first records
    Limit records import only records

    {include file="admin/footer.inc.html"}