You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
I'm needing this right now. A client want to be able to edit their form setups, which they have a few of. Would be neat to build a widget that spit out a form structure.
It only needs to be very basic:
Support a default set of input: string, text, boolean, select, upload, number
Each input needs required / readonly
Input hint
Input size: 1, 1/2, 1/3, 1/4
Advanced:
input group
logic (show additional input based on value of another input)
i18n
user can register custom input types
For very simple form we can actually just use netlify-cms's list widget, but it's fairly clumsy UI-wise (difficult to add, every fields looks huge).
The text was updated successfully, but these errors were encountered:
I'm needing this right now. A client want to be able to edit their form setups, which they have a few of. Would be neat to build a widget that spit out a form structure.
It only needs to be very basic:
Advanced:
For very simple form we can actually just use netlify-cms's list widget, but it's fairly clumsy UI-wise (difficult to add, every fields looks huge).
The text was updated successfully, but these errors were encountered: