react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!

Results 49 react-form-builder issues
Sort by recently updated
recently updated
newest added

Hi found this link ( https://github.com/Kiho/react-form-builder/tree/hide-column } one of your reply ( https://github.com/Kiho/react-form-builder/issues/37#top ), its dead now. could you please provide active link. I need to hide some component on...

Anyone know how to save the input's data from a custom component I added a custom component and its taking in the props correctly but I don't know how to...

is there any prop already created to trigger the onSubmit from outside the FormGenerator?

Any idea how I would go about having 2 formbuilders on the same page?

Is there any built in feature to display elements based on values of other elements within the form?

Hey Kiho. I was editing form elements' label and content in the form edit component of rfb and found that if I try to change the size or apply other...

Getting below issue after upgrading to react 18. Could you please guide me on this. Uncaught Error: Cannot have two HTML5 backends at the same time. at HTML5BackendImpl.setup (HTML5BackendImpl.js:403:1) at...

@Kiho before I add a PR for this, would you accept a feature to add a text input if a user selects other from a dropdown? Any requirements you would...

Trying to replace the default submit button with a custom button. The custom button calls exactly the same function. For some reason the default submit button works perfectly however the...