Form->create($transactionSignature) ?>
Form->control('transaction_id', ['options' => $transactions]); ?>
Form->button(__('Submit')) ?> Form->end() ?>