formbuilder
formbuilder copied to clipboard
Create your own forms and surveys, get your data back.
For this, we would need to generate an `encryptionSecret` on the client side, and pass it to the users using a hash in the URL. Then, all records could be...
Sometimes, it can be useful to have a paragraph of text in addition to the different inputs.
See https://github.com/yelouafi/redux-saga
This is especially true when the target server is booting (the case of heroku free dynos for instance).
I would be an advocate to rethink the whole field edition process (yeah I know, big thing). I do think it can be made much simpler and handier. Google Form,...
With JSONSchema it is possible to set a empty value as Nullable. ``` { "type":"object", "properties":{ "user":{ "type":"object", "properties":{ "profileType":{ "type":["string", "null"], "enum":[ "INTERNAL_SHORT_PROFILE", "EXTERNAL_SHORT_PROFILE", "DEMO_SHORT_PROFILE" ] }, "userId":{ "type":["string",...
The way the drag and drop is currently used is not very user friendly. One way to solve it is to add a handle to the components, and have only...
Currently, when a widget is deleted, an `alert` dialog is shown to the users. We should find another mechanism instead. I like the idea to change the label of the...