• Resolved likemoon

    (@likemoon)


    Hi,

    I have 2 problems with dynamic fields.

    1) I put the following text in the dynamic field, but unfortunately, according to the image I attached, it is displayed incorrectly.

    – test
    – test

    https://pasteboard.co/2UW5jNxPgBVN.jpg

    2) When I put ” inside dynamic fields it doesn’t show.

    What should I do?

    • This topic was modified 2 years, 7 months ago by likemoon.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    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.

    Thread Starter likemoon

    (@likemoon)

    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.

    Plugin Author Jake Jackson

    (@blue-liquid-designs)

    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"]
    
    Thread Starter likemoon

    (@likemoon)

    Hi Jake,

    Thank you so much.

    Yes, this code works fine, but I would like to show the quotation mark next to the text.

    Plugin Author Jake Jackson

    (@blue-liquid-designs)

    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. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with dynamic fields’ is closed to new replies.