{label for="email"}: |
{input name="email"} |
{if isset($verify.email)}{$mark} |
{/if}
{label for=$credit_card_field}: |
{input name=$credit_card_field} |
{if isset($verify.credit_card_number)}{$mark} |
{else}{if not $doit}[Optional]{/if} |
{/if}
{label for="credit_card_type"}: |
{input name="credit_card_type"} |
{if isset($verify.credit_card_type)}{$mark} |
{/if}
{label for="user_name"}: |
{input name="user_name"} |
{if isset($verify.user_name)}{$mark} |
{/if}
{label for="age"}: |
{input name="age"} |
{if isset($verify.age)}{$mark} |
{/if}
{label for="weight"}: |
{input name="weight"} |
{if isset($verify.weight)}{$mark} |
{/if}
{label for="home_page"}: |
{input name="home_page"} |
{if isset($verify.home_page)}{$mark} |
{/if}
{label for="alias"}: |
{input name="alias"} |
{if isset($verify.alias)}{$mark} |
{/if}
{label for="password"}: |
{input name="password"} |
{if isset($verify.password) or isset($verify.confirm_password)}{$mark} |
{/if}
{label for="confirm_password"}: |
{input name="confirm_password"} |
{label for="reminder"}: |
{input name="reminder"} |
{if isset($verify.reminder)}{$mark} |
{/if}
{label for="interests"}: |
{input name="interests"} |
{if isset($verify.email_notification)}{$mark} |
{/if}
Receive notification when approved by: |
{label for="email_notification"}: |
{input name="email_notification"} |
{if isset($verify.email_notification)}{$mark} |
{/if}
{label for="phone_notification"}: |
{input name="phone_notification"} |
{if isset($verify.phone_notification)}{$mark} |
{/if}
Subscription type: |
{label for="administrator_subscription"}: |
{input name="administrator_subscription"} |
{if isset($verify.administrator_subscription)}{$mark} |
{/if}
{label for="user_subscription"}: |
{input name="user_subscription"} |
{label for="guest_subscription"}: |
{input name="guest_subscription"} |
{if !$doit}
{label for="toggle"} |
{input name="toggle"} |
|
{/if}
|
{label for="agree"}: |
{input name="agree"} |
{if isset($verify.agree)}{$mark} |
{/if}
{if !$doit}
|
{input name="image_subscribe"} {input name="button_subscribe"} |
{input name="button_subscribe_with_content"}{input name="doit"} |
{/if}