Hi Guys,
I have connected the TCPDF plugin which is working awesomely!
One problem I have is I cannot get the image from the signature widget to display on the PDF form stored on my server.
I have read the FAQ's and I see you can add: <img src='{signature}' alt='signature' /> and this will pull the image from the signature widget, i have amended this to <img src='{data:signature}' alt='signature' /> for CFv6 and it works when I just display a standard custom code however it does not pull onto the actual form.
My TCPDF code is standard:
<p>Business Telephone: {data:business_tel}</p>
<p>Home Telephone: {data:home_tel}</p>
<p>Mobile Number: {data:cellular_no}</p>
<p>Email Address: {data:email_address}</p>
<hr />
<p><img src='{data:signature}' alt='signature' /></p>
However, everything else pulls and displays except my signature - this is very crucial so really hoping there is a way to get this right?
I have connected the TCPDF plugin which is working awesomely!
One problem I have is I cannot get the image from the signature widget to display on the PDF form stored on my server.
I have read the FAQ's and I see you can add: <img src='{signature}' alt='signature' /> and this will pull the image from the signature widget, i have amended this to <img src='{data:signature}' alt='signature' /> for CFv6 and it works when I just display a standard custom code however it does not pull onto the actual form.
My TCPDF code is standard:
<p>Business Telephone: {data:business_tel}</p>
<p>Home Telephone: {data:home_tel}</p>
<p>Mobile Number: {data:cellular_no}</p>
<p>Email Address: {data:email_address}</p>
<hr />
<p><img src='{data:signature}' alt='signature' /></p>
However, everything else pulls and displays except my signature - this is very crucial so really hoping there is a way to get this right?