Tagged: current entry, dynamic, parameter, shortcode, variable
- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by admin.
-
AuthorPosts
-
chetanGuest
add different pdf on every from and how to create pdf file with different layout and use it
adminKeymasterAll parameters in the shortcode can be made dynamic by replacing the id with a field shortcode or [id] for the current entry.
As an example of how to change the shortcode to be dynamic. In this example, the shortcode could provide any number of merged PDF forms based on any data in a form.
EXAMPLE 1:
Imagine a Formidable form that includes a dropdown list [103] of documents (field map layouts) for a user to download…
DYNAMIC SHORTCODE:
[formidable-download form=”1234″ dataset=[id] layout=[103]]EXAMPLE 2:
Imagine a form with two dynamic fields. [102] is a list of entries, [103] is a list of documents (field map layouts) that you created…
DYNAMIC SHORTCODE:
[formidable-download form=”1234″ dataset=[102] layout=[103]]Let us know if that helps, or if you need further assistance please provide more detailed information about your requirement.
-
AuthorPosts