Form->create($stateCreated) ?>
Form->control('transaction_id', ['options' => $transactions]); echo $this->Form->control('month'); echo $this->Form->control('year'); echo $this->Form->control('state_user_id', ['options' => $stateUsers]); echo $this->Form->control('short_ident_hash'); ?>
Form->button(__('Submit')) ?> Form->end() ?>