fg_legalsigning_form_path
Description
This filter is allows you to change the folder where generated documents are stored for a specific form.
Usage
PHP
add_filter( 'fg_legalsigning_form_path', 'your_function_name', 10, 2 );
Parameters
- $form_path string
The form documents 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 Legal Signing 1.0