Hello @brandtmax
Thank you very much for the review. I truly appreciate it.
Best regards.
No Problem.
So: I sell that to another client. Can you tell me, how i can make a PDF attachment for the company, from a filled form?
Link: https://www.pflege-elisabeth.at/aufnahmeantrag/
If you send that form to the company, there must be the filled form as a PDF attachment. Is that possible?
I have many Clients, and i will sell your Plugin to them, because i learn more and more, and it become easier for me to use.
Hello @brandtmax
Yes, that’s possible. Please watch the following video tutorial:
https://youtu.be/TXLMB3_w-Xg?list=PLY-AOoHciOKgZQsqWfkQlHJ21sm3qPF9X
You can generate the PDF by using basic HTML tags and the fields and informative tags supported by the notification emails.
Best regards.
Thanks, i saw the video and i activated the addon. Is there a way to copy the html code, or i must try to do myself? I wonder, because if i press print, a PDF File will generated. So maybe there is a way, to use this genarated Pdf for the attachment.
Hello @brandtmax
The Print button simply instructs the browser to print the form as a PDF. It does not generate a PDF file on the server or send it anywhere—it’s only a print action.
If you want to generate an actual PDF file and attach it to notification emails, you will need to use the PDF Generator add-on. This add-on creates the PDF on the server using the data submitted through the form.
Since you have full control over the PDF structure, you will need to enter the HTML, form fields, and any informative tags yourself.
If you require a custom coding service to create the PDF structure, please don’t hesitate to contact us through the plugin website: Contact Us.
Best regards.
Please help:
If i do that:
<tr>
<td><%fieldname1%></td>
<td><%fieldname2%></td>
<td><%fieldname3%></td>
<td><%fieldname5%></td>
</tr>
i get for example:
FamilienstandVerheiratet: <– this is the Value of <%fieldname5%>
Is there an Option to hide the Label from the PDF, or a way to split label and value in two rows or something?
Thanks
Hello @brandtmax
Yes, of course, you can access directly to the labels and values, by using the appropriate tags:
<%fieldname5_label%>
<%fieldname5_shortlabel%>
<%fieldname5_value%>
<%fieldname5 separator={{: }}%>
The fields and informative tags are described in the following section of the plugin documentation:
https://cff.dwbooster.com/documentation#special-tags
Best regards.