fg_fillablepdfs_form_path

Description

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

Usage

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

Parameters

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.