Dynamic Form fields (Something like Google Forms) -> is it possible/practical?
A customer needs their users to fill-up some forms for the information to go a simple table.
I'm wondering about developing this using Filament, but like the approach of Google Forms/Microsoft Forts, I would like to offer the customer some control over the form fields so they can decide which questions to ask (the user can pick some questions for other users to answer). I can't quite see yet how filament would allow the user, from the front end, to edit/create forms and the forms-fields. Maybe there is a way using the Builder Field, has anyone ever tried to solve this problem do you know a good approach even if is not using Filament?
Maybe this is a good idea for a Filament plugin?
1 Reply
Yeah so a few people have done this and it's in my new to fully develop too. Look are LaraZeuses form builder. You can also see dans v2 demo here:
https://github.com/danharrin/form-builder
Which explains a lot.
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. - danharrin/form-builder