• Hey,
    There is an option to display html fields, but they are still empty in the pdf.
    Am I missing something?

    I use the filter gform_pre_render to create a review of the form at the end, in a HTML field, and I’d like this field to be render in the pdf.

    Thanks !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    When Gravity PDF generates the PDF it doesn’t run the gform_pre_render filter. Run the same code through gform_form_post_get_meta and it should display correctly.

    Thread Starter cecilehabran

    (@cecilehabran)

    Oh thanks, but unfortunately gform_form_post_get_meta can’t handle GFFormDisplay::get_current_page( $form[‘id’] ) that I’m using in the function :/

    Plugin Author Jake Jackson

    (@blue-liquid-designs)

    It doesn’t need to check what page of the form it’s on in the PDF. Just bypass that check in the PDF filter (make a second function if need be).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display HTML field’ is closed to new replies.