1 2 3 4
<?= $this->form->create(); ?> <?= $this->form->textbox('userid'); ?> <?= $this->form->submit('request'); ?> <?= $this->form->end(); ?>