unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/embed
MIT License
4.51k stars 728 forks source link

How can I add callback to form tool? #370

Closed permlap-phola closed 9 months ago

permlap-phola commented 9 months ago

As the title says, is there anyway that I can add callback function to form tool? Accroding to https://docs.unlayer.com/docs/form-tool#submit-actions you need to pass tools properties to the react-email-editor, however it seem react-email-editor doesn't provide tools properties anymore. So, how can I achieve that?

brunolemos commented 9 months ago

Use the options prop to pass the fields you see in the docs, like the tools one and others.

options={{ tools: { ... } }}