Meta Box
Support Forum
Support › MB Frontend Submission › Help create PDF File from front end form entries
Hi support, how to create pdf document from front end form entries.?
Hi, you need to use the helper functions to get the fields data and use the JavaScript document.print() to save the web page as a PDF file. Or you can use a PHP library to convert that page to PDF.
document.print()