in particular, i would like to use the FPDF package from http://www.fpdf.org/.
do you guys think it is possible ?
thanks very much again
Hello @acchitan,
Thanks for your inquiry.
Dear friend, in pdf generating section we have standard editor, where you can customize the way it’ll be printed in PDF, you can also use HTML for going above text editor limits.
We don’t have any integration with FPDF package, if you can describe what it needs for generating a pdf from form submissions, I might be able to help you.
hello @zhannak,
thanks very much for your help.
actually, i’m working on a dynamic form thanks to conditional logic and printing a customized pdf depending on the answers the users give to the dynamic form.
as example, if the user reply “yes” to both questions the pdf will be different if the user reply “no” to both questions
i would like to make this form above a multi-step form but then it is difficult to print the customized pdf.
to make the customized pdf i’m working on the function.php file in background (with if-else function), thus my question is if you think it is possible with Form Maker to print this customized pdf (with if-else function) using all the answers the users give in the all steps of the form.
thanks very much in advance for your help
Hello @acchitan,
If customized PDF should be generated after form submit, you should only use POST values in if/else.