Hi,
I'm trying to generate a user specific pdf certificate once a form has been completed.
I understand (from reading "PDF Generation Add-On" topic) that using the (?action) hook 'gform_after_submission' will access my form data at the right point to pull the data out.
I'm trying to figure out how to pull the data out!
Would the basic code be something like:
<?php
do_action ( 'gform_after_submission', $function_get_my_data_out )
?>
Then send the data in array form to the pdf generator.
- is there anyone out there who knows how to do this?
Grateful for any help.