Issue with Form Tag Replacement in PDF Footer Templates
-
I am experiencing an issue with the PDF Builder for WPForms plugin on my WordPress site. I currently use WPForms tags, such as {field_id=’31’}, to dynamically insert form values into my generated PDF documents.
The tag replacement works correctly in standard PDF templates. However, when I use a PDF template that incorporates another template as a footer, the tags are not replaced with form values in this footer.
Here are the steps to reproduce the problem:
- Create a PDF template that includes WPForms tags, like {field_id=’31’}.
- Set this template as the footer in another PDF template.
- Generate a PDF from a completed form.
The expected result is that the tags in the footer are replaced by the corresponding form values, as they are in the main body of the PDF. However, in the footer, the tags remain unchanged and appear as they are.
Could you please assist me in resolving this issue or provide instructions to ensure that the tags are correctly processed in PDF footer templates?
- You must be logged in to reply to this topic.