scriptic
Forum Replies Created
-
This resolved my issue, thank you
Hi,
I have a few questions about potentially rewriting the custom code. I used an e2pdf shortcode to save the form submission. These PDF files save to a specific folder path in my WP File Manager. The saved files have a filename that matches the appropriate submission ID of each form.
Is there any way to incorporate the save or download e2pdf shortcode into the php custom code, or to grab the file based on submission ID from the WP File Manager?
Also, when adding the custom code to a hidden field, should the default value be “custom value” or “query parameter”?
Sure, no problem. I have a question regarding this line of code:
$form_ids = array(6); // Please change the form ID
Could you elaborate on what you mean by the commented code to change the form ID?
Resolved the issue
Sounds good, thank you for the help. I believe wpDataTables is having issues grabbing data from Forminator Forms currently. Once their support gets back to me I will implement this code.
If I wanted to use Forminator Pro PDF option instead of the E2PDF plugin, how would the provided code change?
Unfortunately, emailing the user won’t cover my request
Or alternatively, is there a way to use the pdf feature in Forminator Pro and connect it to the data table. For example, adding an extra column that has all the pdf upload links for each form submission?