Replies: 1 comment 1 reply
-
You can use this in the CreatePage protected function getCreateFormAction(): Action
{
return parent::getCreateFormAction()
->hidden();
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.4.18
How can we help you?
How to hide the create button on the create page
I use canCreate and it redirects to 403 page, but I just want to hide the create button so the create page is still visible
Beta Was this translation helpful? Give feedback.
All reactions