-
JetEngine Forms and JetFormBuilder are missing one vital feature in the post-submit action "Send Email". Admin is unable to set up a form where you can easily enter multiple email addresses to receive…
-
### Describe the bug
When running the `check` script in a new `sv` created sveltekit app that has a shadcn form inside, it throws an errors because it doesn't know the type of the props in the child …
-
### Describe the problem
In accord with the [docs](https://kit.svelte.dev/docs/form-actions):
> A `+page.server.js` file can export actions, which allow you to `POST` data to the server using t…
-
### Describe the bug
form-label.svelte is full of errors such as:
Expression produces a union type that is too complex to represent.ts(2590)
and usage of form does not work either:
#…
-
### Describe the bug
For some reason, using the same `form` object directly with `FormPrimitive.Field` from formsnap correctly narrows the type for the `value` prop, but using it with `Form.Field` fr…
-
### Requirements Abstraction:
1. Build a component for sending a direct message via something like @nodemailer maybe? Takes input field for message and another field carrying the email address.
2. Po…
-
This will act as a hub to centralize this information.
## UX Flow
![Screenshot 2024-09-16 at 1 37 37 PM](https://github.com/user-attachments/assets/49a1ff57-d797-436c-b5e7-82e629ec811c)
## Ma…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
in the method prescribed in the documentation the formData is a writable store but the values are lost whenever the load fu…
-
I'm trying to factor out my form into a component, [as described in the documentation](https://superforms.rocks/components#factoring-out-a-form). However, I can't figure out how to export a [snapshot]…
-
### Describe the bug
When triggering the Drawer by code using the `open` prop, and closing it again with open={false}, there is no slide down animation as triggered normally with `Cancel`.
### Repro…