© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
taz

Forms hint opens a modal

 Textarea::make('description')
    ->hint(OPEN A MODAL)
    ->required()
 Textarea::make('description')
    ->hint(OPEN A MODAL)
    ->required()

Do you know an easy way to display a modal as a hint in a Form ? Id like to create a custom Hint with full blade template control like Im used to do with Custom column in Table Builder ? Thanks you !
Solution
https://filamentphp.com/docs/3.x/forms/actions#adding-a-hint-action-to-a-field
Actions - Form Builder - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

No hint path defined for [forms]
FilamentFFilament / ❓┊help
3y ago
How make a hint for a Forms\Components\Textarea input
FilamentFFilament / ❓┊help
2y ago
header action opens a create modal, followed by a confirmation modal
FilamentFFilament / ❓┊help
9mo ago
$set on modal form hint action
FilamentFFilament / ❓┊help
13mo ago