Digital Signature

0
Hi All, When a form is filled the user should sign the digital signature and the signature should be attached and added to the email template and when the user clicks the send email button the saved signature should be sent as image in mail. I'm using signature widget from market place to sign and save it as image. can anyone help how to set the image in email template and send it as image. I have tried in email template but could not find the image attribute. Thanks in Advance
asked
1 answers
1

You can best convert the image to a Base64 string. Then you can insert it in the email template using an attribute token.

See also this answer: https://forum.mendix.com/link/questions/119161

answered