saeed
How use Public Var inside Action
how i can use public var inside a action something like this
->suffixAction(
FormAction::make('sendOPT')
->icon('heroicon-m-clipboard')
->label('ارسال کد تایید')
->requiresConfirmation()
->action(function (Set $set, $state) {
$this->send_opt = true;
})
)
4 replies
use form builder insider html bootstrap template
"Hi, I would like to use FilamentPHP's form builder within an HTML template that use bootstrap. When I follow the documentation, the form gets deformed. How can I isolate the form's styles and scripts so that I can use the form builder anywhere?"
6 replies