Build custom and dynamic forms with FilamentPHP
Im trying to build dynamic forms with validation rules, dependant dropdowns, etc.
What i want to do is let the user build the forms, just like google forms and im thinking to use Laravel with FilamentPHP but im not sure if i can reach my goal using this. anyone has faced this before? what are the best tools to accomplish this goal? thanks
4 Replies
you can. Dan even made a demo some time ago
also there is a plugin #lara-zeus-bolt it may suite your need
GitHub
GitHub - danharrin/form-builder: A demo of how to use filament/form...
A demo of how to use filament/forms to build a user-facing Form Builder which stores fields in JSON. - GitHub - danharrin/form-builder: A demo of how to use filament/forms to build a user-facing Fo...
thanks!