F
Filamentβ€’2mo ago
Damien

Custom profile form with isSimple.

Hi, in the docs you can create custom form pages for profile settings, but how can this be used with isSimple parameter if we want to use the standard page layout. Thanks πŸ™‚
Solution:
Managed to fix the issue using this code:
profile(EditProfile::class, isSimple: false)
profile(EditProfile::class, isSimple: false)
...
Jump to solution
1 Reply
Solution
Damien
Damienβ€’2mo ago
Managed to fix the issue using this code:
profile(EditProfile::class, isSimple: false)
profile(EditProfile::class, isSimple: false)

Did you find this page helpful?