Save up to 50% off during Black Friday!

fg_fillablepdfs_form_path

Description

This filter is allows you to change the folder where generated PDFs are stored for a specific form.

Usage

PHP
add_filter( 'fg_fillablepdfs_form_path', 'your_function_name', 10, 2 );

Parameters

  • $form_path string
    The form PDFs folder.
  • $form_id integer
    The form ID.

Examples

This example shows how to change the form path for a specific form ID.

Since

This filter was added in Fillable PDFs 2.3.0.