form->prepare(); ?> form->setAttribute('class', 'form'); ?> form->setAttribute('title', $this->form->getLabel()); ?> Partial('form/partial/buttons.phtml', array('form' => $this->form)); ?> form()->openTag($this->form); ?> formHidden($this->form->get($this->form->getTokenName())); ?> formHidden($this->form->get('id')); ?>
Text('Subscriber Help Description'); ?>
UserName($this->form->get('id')->getValue()); ?>
UserEmail($this->form->get('id')->getValue()); ?>

form->has('categories')): ?> form->get('categories') as $item): ?> form->has('subscribes')): ?> form->get('subscribes') as $item): ?>
Translate('Category'); ?> Translate('Notification Frequency'); ?>
getLabel(); ?> formSelect($item); ?>
getLabel(); ?> formSelect($item); ?>
form()->closeTag(); ?>