Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created July 3, 2011 16:36
Show Gist options
  • Select an option

  • Save TiuTalk/1062365 to your computer and use it in GitHub Desktop.

Select an option

Save TiuTalk/1062365 to your computer and use it in GitHub Desktop.
Formulário de Inscrição
<h3>Inscrição</h3>
<?php echo $this->Form->create('Inscricao', array('action' => 'inscrever')); ?>
<?php echo $this->Form->input('nome'); ?>
<?php echo $this->Form->input('email'); ?>
<?php echo $this->Form->input('telefone'); ?>
<?php echo $this->Form->input('endereco'); ?>
<?php echo $this->Form->submit('Salvar'); ?>
<?php echo $this->Form->end(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment