Question T18944
Visible to All Users

Sending Survey Results as Email

created a year ago

Hi.

We have a unique requirement that requires us to send the survey result via email as HTML.

I understand that we can download the survey result as a PDF - however this does not work. We need the results in the body of the email contents.

Is there any way to generate the survey results as a simple HTML?

Comments (1)

    I notice that SurveyJS PDF uses jsPDF to convert HTML -> PDF. Is it possible to get this raw HTML data before is converts to PDF?

    Answers approved by surveyjs Support

    created a year ago

    Hello,

    We're using jsPDF to generate PDF document, and not to convert rendered survey HTML to PDF. That's why you can't get any raw HTML from survey-pdf library, if I've got your question.
    That's why you need to generate a simplified survey results HTML via a custom code.

    Thanks, Serge
    SurveyJS Team