optimajet / formengine

Drag & Drop Form Builder Library for React.
https://formengine.io
27 stars 4 forks source link

Forms Tab is Not available? #9

Closed seeranjeeviramavel closed 2 months ago

seeranjeeviramavel commented 4 months ago

When comparing the online demo of the FormEngine library (link to demo) with my local implementation using this repository,

I noticed a slight difference in the builder interface. Specifically, the online demo features a "Forms" tab in the builder, whereas the local implementation does not include this tab. Can I know why the feature is not included in this?

Form Engine Demo

Demo Formengine

Form Engine Local: Form Engine Local

optimajet commented 4 months ago

Hi @seeranjeeviramavel,

You just need to connect your own form storage, as in this part of the documentation - https://formengine.io/documentation/form-storage. And this tab will appear.