Suggestion T6795
Visible to All Users

How does the user validate the signature pad response?

created 4 years ago

Hi Survey JS team,
I want to check with you about the ways the user can use to validate the signature uploaded using the signature pad.
Right now, the signature pad answer is saved as base64 code in the survey response json. And it seems like the table form and analytics panel both don't support visualization of the signature.

How can the user get the visualization of the signature uploaded? Is it by pdf exporting?
Thanks for the help!

Comments (1)

    Hello,

    I think we can show signature in table view as an image. It also should be shown in a PDF document. We'll check whether it works and update this thread immediately.

    Thanks, Serge
    SurveyJS Team

    Answers approved by surveyjs Support

    created 4 years ago

    Hello,

    I've implemented showing signature in a table data representation via the https://github.com/surveyjs/survey-analytics/commit/977c4c8783b42e934037c36bda9630dc55a90818 commit.
    This functionality will be available in the nearest minor update.

    Survey PDF exporter already supports the signaturepad question type, you can check this demo - https://surveyjs.io/Examples/Pdf-Export?id=survey-pdf-customstylization&platform=Knockoutjs&theme=modern

    Thanks, Serge
    SurveyJS Team

      Comments (2)

        Thanks!

          You are welcome!