%s', '#form-' . h($formRandomValue), __('Submit') ) ); } else { echo $this->Form->button(empty($text) ? __('Submit') : h($text), [ 'class' => 'btn btn-' . (empty($type) ? 'primary' : h($type)), 'type' => 'submit', 'data-form-id' => '#form-' . h($formRandomValue) ]); } ?>