Replies: 1 comment 2 replies
-
Hi @AStoker did you check already how to create custom Components and Components with JS? With custom components, you should be able to create almost everything. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, we're looking into using GrapesJS as a form builder. Out of the box, it looks like it does a great job of setting up static HTML forms, but we have some advanced cases where certain kinds of logic needs to be added to inputs to validate data, as well as dynamically showing or hiding certain elements. Additionally, we need to be able to save form values to a server, so we'd need some kind of logic built into the form inputs change events that allows us to post data.
I'm having a hard time finding much help in using GrapesJS in this way, so I figured I'd just ask. Any recommendations on examples, or if this is even the best library for the job? I know there's a forms plugin that adds a few basic elements, and that's great, but what I need is a bit more advanced and under the hood.
Beta Was this translation helpful? Give feedback.
All reactions