I have created a PHP form questionnaire. each question can add points to some variables. the variables create custom CSS on the result page. I have created a pdf download with html2canvas and jspdf. this is working fine.
This is part of the page which I want to send to an email recipent
The next step which I am struggling with is: I want to add a button that will automatically attach the PDF which is not saved to the server to an Email and send it to me.
I want to build the site as lean as possible. if not necessary I don't want to save things on the server.
any recommendations on how to solve the problem?
thanks a lot