Replies: 2 comments
-
You mean replace the side form with a custom one right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, I don't want to replace the side form, but to generate a form based on the user input in a custom view. I can generate the form itself, what I need is how to use the cms field types. For example, I want to create a custom form (not for CRUD, but a custom functionality) that will have date fields, reference fields, selects/multiselects, boolean, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to generate a form using form components?
The use case is: I have a text with placeholders. For each placeholder I want to generate a field based on the type (date, reference, text, etc.). After the user fills in the form, the values will be replaced in the text.
Beta Was this translation helpful? Give feedback.
All reactions