-
Since we have started using [DaisyUI](https://daisyui.com), we should make the necessary changes to have a form builder updated with a base set of styles
-
We are excited in introducing a powerful feature in spurtcms the concept of Forms Builder.
![Screenshot from 2024-10-07 18-23-46](https://github.com/user-attachments/assets/2531e014-46a5-404e-9946-10…
-
Can probably just set `margin:"normal"` on these text fields.
![image](https://github.com/user-attachments/assets/658447ce-917b-495d-96d3-317faecf6831)
-
We need a proper way of building forms. No idea how to do it yet.
-
I am trying to use the autocomplete component from within a form builder:
```ruby
class MyForm < ApplicationForm
form do |form|
form.auto_complete(
name: :skills,
label: "Ski…
-
As a user, I can build a form that can used as a prefilled text to whatsapp.
Product validation from someone on facebook: https://www.facebook.com/photo/?fbid=2627363037410690&set=gm.206932030341…
-
### Link to reproduction
_No response_
### Describe the Bug
About half a year ago, there was a fix for the form builder that correctly extended all hook overrides that are applied to the formSubmis…
-
### Package
filament/filament
### Package Version
v3.2.113
### Laravel Version
v11.26.0
### Livewire Version
v3.5.9
### PHP Version
8.3.8
### Problem description
Two issues:
1. If previe…
-
Description: Implement a drag-and-drop form builder for creating custom forms.
Tasks to Accomplish:
Develop a library of form elements (text fields, checkboxes, dropdowns, etc.)
Implement drag-…
-
**Make form builder**
The form builder feature allows the user to create a customized form.
Add different controllers in a form such as text box, drop down list, etc.
If possible, the implementatio…