Last updated 3 years ago
Was this helpful?
Defaults are set in the file. You override them with the formAttr() method in your form components.
formAttr()
See more examples on the "Form Attributes" pages
protected function formAttr(): array { return [ 'formTitle' => 'Create User', ]; }