Form email Notification

hai.

For the form output that send to selected emails, is there a way to also send an image along with the email?

currently the email only contain these fields: requested user email and message


Hi,

According to the developer documentation you can provide attachments as base64 strings: Communicate JS APIs | Fliplet Developers Documentation

If you are unsure of how the data is structured when the form is submitted I suggest you print the payload to the console that is received from the formBeforeSubmit hook and it will demonstrate how files are received and whether any processing is required before you can attach it to an email. Form docs can be found at Form JS APIs | Fliplet Developers Documentation