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

    (@blue-liquid-designs)

    You can do this, yes. But not how you’ve structured it.

    The form_id parameter should be wrapped in an array.

    $gf_pdf_config[] = array(
      'form_id' => array(1, 2, 3),
    );

    Thread Starter newbee2begreat

    (@newbee2begreat)

    Awesome. It worked fine.
    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple forms one PDF’ is closed to new replies.