Exporting form results from Contact form 7 to PDF (fPDF)

后端 未结 5 1728
误落风尘
误落风尘 2021-01-07 05:23

I am trying to export the values that users input into Contact form 7 in WordPress, to PDF via fpdf. This is what I\'ve set up, I can generate a PDF but without the dynamica

5条回答
  •  佛祖请我去吃肉
    2021-01-07 06:09

    Don't forget to use a Child-Theme so your extra code in functions.php doesn't disappear when keeping the theme up to date. Having said that I had no issues above (credit to Kory).

    In order to keep the /fpdf/ folder in the child-theme there is a new WP command: get_theme_file_path(), which the code from Kory uses.

    https://wordpress.stackexchange.com/questions/192773/override-get-template-directory-in-child-theme

提交回复
热议问题