Is there any way to get a Link component in via form builder?
We want a "Forgot your password?" link within our form schema, but it doesn't seem possible. What should we do?
2 Replies
Placeholder, ViewComponent,
->hint()
. I think there are many optionsHow about a trigger button action? https://filamentphp.com/docs/3.x/actions/trigger-button
We'd love to be able to define it within schema!
Ideally we want to use the Link Blade component, which we've styled to our desires and can be changed up with sizes and icons and whatnot: https://filamentphp.com/docs/3.x/support/blade-components/link
If this isn't possible, we're okay making an issue or PR!
For reference, here is where we're imagining that
Forgot your password?
link in the form! We were hoping to put it within a grid schema.