Hi there,
Could you please clarify what you mean by “dynamic fields”? Better yet, please provide an export of your Gravity Form (a .json file) and let me know the specific field ID(s) that are troubling you.
I’ll try to replicate your issue in our development environment and let you know what I find.
Hello Jake,
For example, I defined a field with the headline parameter name for dynamic fields and put the value of this parameter according to the example below in the page equal to “First Step”.
[gravityform id=”13″ title=”false” field_values=”headline=”First Step””]
But unfortunately, because of having “, no value is displayed for the headline after completing the form.
I want to show “First Step” with quotation in the output.
Thanks for the additional details.
This question looks specifically related to Gravity Forms, so I recommend reaching out directly to their support team and we only provide support for Gravity PDF.
That said, the Gravity Forms documentation shows you don’t need the extra quotes, even if there is a space in the value so something like this should work:
[gravityform id="13" title="false" field_values="headline=First Step"]
Hi Jake,
Thank you so much.
Yes, this code works fine, but I would like to show the quotation mark next to the text.
The quote characters probably need to be encoded then, but best talk with Gravity Forms support to confirm exactly what you need to do so it will display correctly. 👍