Skip to main content
suet91405580
Participant
November 13, 2017
Question

Emailing the Quiz Results Page

  • November 13, 2017
  • 1 reply
  • 141 views

Hi All

Hope everyone is well.  I have a question regarding the quiz results page and how to email a snapshot copy of the results page to a particular address.

Could someone please advise me of how to add an additional button to the quiz results page that will then send a screen grab to a particular email address.

Thanking you in advance.

Regards

Sue

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    November 13, 2017

    That's not really possible.

    You can get the values of the variable and put them in an email when the button is clicked. It will open the clients email and the values can be changed.

    You would need to use php or other server-side scripts to send the email behind the scenes so the user cannot change the values. It may also be possible to do the screen grab with php and send that via email, but seems like more work than necessary.