Kiho / react-form-builder

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!
MIT License
473 stars 351 forks source link

Upload attachments #295

Open alieTeam opened 9 months ago

alieTeam commented 9 months ago

what if i am using existing components like file upload and camera where to handled those file i am using API build with laravel.

I am confused about how to display existing images or files in answers like other data

Kiho commented 9 months ago

Sorry but I have no experience with PHP, you can follow this example server https://github.com/Kiho/react-form-builder/blob/master/server/api/form.js#L46

alieTeam commented 9 months ago

Do you have a plan to add bootstrap 5 support?