You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model option is used to determine the 'default' values in your form. For example the firstname field will have a default value of $form->getModel()->firstname, where $form->getModel() is the model you passed in ($yourModel in my example).
Hello. I'm glad to using this builder.
Also i have to find some solutions about how to create edit form.
In that case i need to pass id to edit form.
I tried
$this->getRequest()->id
but it displays nothing.Thank you. Sorry about my bad english.
Best regards.
The text was updated successfully, but these errors were encountered: