optimajet / formengine

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

Triggered custom download callback function #3

Closed deri387 closed 4 months ago

deri387 commented 6 months ago

Hi, can i customize form builder download callback action?example when i downloading json i want to store to my database with hit API

sergeythrees commented 6 months ago

@deri387

Hi, can i customize form builder download callback action?example when i downloading json i want to store to my database with hit API

Hi, You can override the storage functions as you like. For example, when the save button is pressed, the formStorage.saveForm(formName, formValue) function is called

https://formengine.io/documentation/form-storage

image

optimajet commented 4 months ago

@deri387 You can customise UI elements, have a look at the documentation here - https://formengine.io/documentation/designer-customization