Hi there
What are the conditions that would cause the <i>gform_pre_submission</i> to not be called?
I have this hook which takes the entries of a form to generate a PDF. Once the PDF is generated, it will add the link to the PDF in a hidden field. The email with the PDF is then sent to both the admin and the user.
The weird problem I'm having now is that it works fine, but for a few users, the PDF isn't generated. I added some lines to log the activity, and it seems that for those users, the hook isn't being called at all. The entry is still generated though.
So I'm wondering what could be causing the hook to not fire. Any ideas?
Thanks