{assign var=title value="Additional Fields: Edit"} {include file="admin/header.inc.html"} {include file="admin/common.js"}

{$title}

{if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • { /if}
    Field Name
    {if $smarty.request.action eq "add"} {else} {$f.name} {/if}
    Field Title
    Field Description
    for dispaying on signup
    and profile editing screen
    (for user)
    Price Group ID
    This is a numeric value. This field will be displayed only for products with such Price Group ID. You can enter comma-separated ',' lists of pricegroups as well.
    Skip it empty if field should be avalable for all
    Field Type
    sql field will be
    added to table structure
    common field will not
    we recommend you to choose
    second option
    SQL (could not be used for multi-select and checkbox fields)
    Common field (default)
    Display Type
    Text
    Select (single value)
    Select (multiple values)
    TextArea
    RadioButtons
    CheckBoxes
    Visibility of the field
    Display in signup form?
    Display in profile form?
    Display in affiliate signup form?
    Display in affiliate profile form?
    Validation function
    choose a function to validate entered value
                {if $smarty.request.action eq "add"} {else} {/if}
    {include file="admin/footer.inc.html"}