La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Hi, I am developing a quote builder in a HubSpot COS website as a module. I will ask prospects a series of questions. The desired output will be a dynamically generated PDF. Using PHP I am familiar with fPDF.
Does anyone have any idea as to whether it is possible to generate a PDF on a hubspot site?
Hi, I think PHP will not work in this case, you will need a client side support. I think this may be the answer. You can check https://github.com/MrRio/jsPDF to generate PDF dynamically.
Hi, I think PHP will not work in this case, you will need a client side support. I think this may be the answer. You can check https://github.com/MrRio/jsPDF to generate PDF dynamically.