• Thanks for the great plugin and suite of tools!

    I am trying to use a SmartCode (e.g., {inputs.passwordField}) to dynamically lock a generated PDF with the user’s submitted password.

    Currently, the PDF add-on locks the document with the literal string "{inputs.lesseeidnumber}" instead of parsing it. Looking at the codebase, security_pass is pulled straight from the $appearance array in TemplateManager.php without running through ShortCodeParser::parse(). Furthermore, there are no apply_filters hooks in FluentFormsIntegration.php (around the $settings variable in getPdf or maybePushToEmail) that would allow me to intercept it with a custom snippet.

    Could you please update the PDF add-on to run the security_pass setting through the SmartCode parser before passing it to mPDF’s SetProtection()?

    • This topic was modified 2 weeks, 4 days ago by eztaskr.

You must be logged in to reply to this topic.