[FUTURE] Call for ideas: Form builder #2433
Replies: 3 comments
-
Form custom actions Currently, I achieve this by hooking Model events or Twills methods like |
Beta Was this translation helpful? Give feedback.
-
Hey @kallefrombosnia, This proposal is more about building forms like this: https://form.twill.io/ But your comment should be doable as well. Did you already propose this in another issue? |
Beta Was this translation helpful? Give feedback.
-
No, it wasn't presented anywhere. I remember talking about this only on Discord with |
Beta Was this translation helpful? Give feedback.
-
Summary
It can be useful for site admins to build dynamic forms. I want to explore if we can make this possible in Twill core.
Describe the solution you'd like
Since we now have the form builder, we could just make a UI in front of it that saves that to a JSON model.
When a form is submitted, it is stored in the FormSubmissions, and one or more actions are being executed, examples of actions:
Send an e-mail
Send via an API (hubspot, ...)
Conver to another type of entity
Introduce a generic block "Form" that has the sole purpose of rendering (coupled) or exposing the form (decoupled). This form can be placed in any page with a block editor.
Additional context
If you have additional ideas or suggestions, let's all add them as comments and discuss.
Current suggested approach: https://discord.com/channels/811936425858695198/978699224780783646/978705737905750186
Poc UI that was created some day: https://form.twill.io/
Beta Was this translation helpful? Give feedback.
All reactions