headTitle($this->Translate('Client Sign‐up Form')); ?> Partial('partial/flashMessages.phtml'); ?> signup->get('tos')->setLabel('I accept the Terms of Service'); ?> signup): ?> signup->prepare(); ?> form()->openTag($this->signup); ?>

signup->getLabel(); ?>

formRow($this->signup->get('product')); ?> formRow($this->signup->get('firstName')); ?> formRow($this->signup->get('lastName')); ?> formRow($this->signup->get('email')); ?> formRow($this->signup->get('password')); ?> formRow($this->signup->get('repassword')); ?> formRow($this->signup->get('type')); ?>
signup->get('tos')->getMessages()?'class="error"':'';?>>
formElement($this->signup->get('tos')); ?> formLabel($this->signup->get('tos')); ?>
formElementErrors()->setAttributes(array('class' => 'hint'))->render($this->signup->get('tos')); ?>

Translate('Domain Name'); ?>

Translate('Do you wish to add a domain name now? If you have a domain name, enter it in the field below. If you don’t want to enter a domain name at this time, simply leave the field below blank and we’ll automatically create a temporary domain alias for you. You’ll be able to add or modify this information later on if needed'); ?>

formRow($this->signup->get('domainName')); ?>

Translate('Payment Details'); ?>

Translate('Enter the following credit card information – we accept Visa, MasterCard or American Express.') ?>

formRow($this->signup->get('cardType')); ?> formRow($this->signup->get('cardNumber')); ?> signup->getMessages(); ?>
formElement($this->signup->get('cardExpireMm')); ?> formElement($this->signup->get('cardExpireYy')); ?>
formElement($this->signup->get('cvv')); ?>
    ' . join('
  • ', $messages[$item]) . '
  • '; ?>
formRow($this->signup->get('streetAddress1')); ?> formRow($this->signup->get('streetAddress2')); ?> formRow($this->signup->get('city')); ?> formRow($this->signup->get('country')); ?> formRow($this->signup->get('state')); ?>
Partial('form/partial/buttons.phtml', array('form' => $this->signup)); ?> form()->closeTag(); ?>