I actually wanted to do the same thing. Although this plugin does not support this, I did figure out a way to do it in Fluent Forms and I can confirm that it works. Go to the form you wish and click on Settings & Integrations, and then PDF Feeds. Add a PDF feed (I chose “General” for the template). In the PDF Body Content, switch from visual to text mode and type the following code:
<p><img src="{inputs.signature}" alt="signature" /></p>
Please be sure that “signature” matches the Name Attribute for the signature field in the form. If the signature field Name Attribute is “signhere” for example, then it would be <p><img src="{inputs.signhere}" alt="signature" /></p>
Hope this helps!
-
This reply was modified 3 years, 4 months ago by erick1009.
-
This reply was modified 3 years, 4 months ago by erick1009.