- Posts: 1
- Thank you received: 0
insert dynamic field
- morgantini
- Topic Author
- Offline
- User
-
Less
More
3 months 4 days ago #55
by morgantini
insert dynamic field was created by morgantini
I would like to know if with the free version I can insert some fields taken from a table and how to do it, that is, where exactly can I find the documentation on how to insert the [surname] field taken from the "anagrafica_soci" table and how to call the PDF by passing the "socio" parameter
Thanks in advance
Luigi
Thanks in advance
Luigi
Please Log in or Create an account to join the conversation.
3 months 4 days ago - 3 months 4 days ago #56
by shane
Replied by shane on topic insert dynamic field
Hi Luigi,
Custom fields are only available in the pro version of the PDFGenerator. They are not taken into account in the free version. You only get some basic fields like title, text, etc...
Also make sure to have defined a data and content type on your template before using fields.
You can check the documentation here: extensions.com3elles.com/doc/docs/pdfgen...nt-fields-shortcodes
Shortcodes are written like this:
.
Greetings,
Shane
Custom fields are only available in the pro version of the PDFGenerator. They are not taken into account in the free version. You only get some basic fields like title, text, etc...
Also make sure to have defined a data and content type on your template before using fields.
You can check the documentation here: extensions.com3elles.com/doc/docs/pdfgen...nt-fields-shortcodes
Shortcodes are written like this:
Code:
[[field_name]]
Greetings,
Shane
Last edit: 3 months 4 days ago by shane.
Please Log in or Create an account to join the conversation.