bs-jsonform
bs-jsonform copied to clipboard
Form generator based on JSON for Bootstrap 4
It could be very useful if it was possible to add a default value for the list element. I have a form where the client can import predefined values and...
Any plans to add support for Radio, multiple Checkboxes, or multi-selects in the latest version?
I would like the form submit button to be disabled why work is being performed so the user can't submit it twice thinking nothing is happening and end up creating...
Suggested by @OneWithTheCore On the fly, based on answers of different questions, add/remove/change other fields
Remove the jQuery dependency that bs-jsonform uses so that we can reduce total footprint it requires.
It would be great to see a feature that adds in automatically filling the form fields using query parameters in the URL. This will enable easier linking to semi-prefilled forms...
In order to better organize options in sections, there should be an option to add header/title rows in the middle of the form
In order to make it easier to save forms and automatically fill them with the saved data by default, having a means of setting the default data through a JSON...
Add a feature to be able to automatically save and restore fields in a form. Save occurs on change or on submit and restores when there is a GET parameter...
Add support for steps of a form. For example a multi step form may have a initial sign up step, then a shipping options step, then a payment step Allow...