Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

richbrat's avatar

Form builder UI

I would like to have a Laravel site only showing a bunch of forms, the forms should be really easy to create in an admin area without coding. Right now I'm using Filament and tried to store some JSON for each form section in the DB and then use Alpine.js to handle any logic (conditionals etc) but then the editor will need to type some JSON. Someone should have already done what I'm doing but better, and in a nice admin interface. Have you guys seen anything like that anywhere that's free to use?

0 likes
3 replies
richbrat's avatar

Looks nice, but I was thinking maybe there's a composer package or project with readymade blade files for handling the backend UI – click/drag/drop elements in a form. I could probably build this myself using stubs or my JSON-solution with some nice styling but I would imaging someone already did this. Like the WPForms plugin for Wordpress.

Please or to participate in this conversation.