I have a form with a working TCPDF function in it. One question though regarding output settings...
I need two different versions of the PDF saved and downloaded to the user. One version for a coach to see (with extra private fields included) and another for a client (without those private fields). If I put two TCPDF actions into the OnSubmit of the form it runs the first one and downloads correctly but it does not run the second one. Is there a way to make it create, save, and download both versions in succession?
I need two different versions of the PDF saved and downloaded to the user. One version for a coach to see (with extra private fields included) and another for a client (without those private fields). If I put two TCPDF actions into the OnSubmit of the form it runs the first one and downloads correctly but it does not run the second one. Is there a way to make it create, save, and download both versions in succession?