Skip to content

Instantly share code, notes, and snippets.

@veganista
Created June 9, 2011 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veganista/1016987 to your computer and use it in GitHub Desktop.
Save veganista/1016987 to your computer and use it in GitHub Desktop.
Applications view
<div class="applicants form">
<?php echo $this->Form->create('PrimaryApplicant', array('url' => array('controller' => 'applications', 'personal')));?>
<?php echo $this->element('forms/personal'); ?>
<?php echo $this->Form->submit('Continue', array('div' => false)); ?>
<?php echo $this->Form->submit('Cancel', array('name' => 'Cancel', 'div' => false, 'class' => 'cancel')); ?>
<?php echo $this->Form->end();?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment