How do I add an auto generated QR Code in the email auto responder?

  • julian.tan
    Asked on April 1, 2019 at 1:44 AM
  • roneet
    Replied on April 1, 2019 at 5:04 AM

    Yes, this will be possible to achieve, you may use any of the following widgets to generate the identifier you need: 

    1. Unique ID widget: https://widgets.jotform.com/app/autoincrement 

    2. Random Value Generator widget: https://widgets.jotform.com/app/random_value_generator 

    Then you will need to use the Dynamic QR Code widget since it will generate the code based on the value in a field, you need to use the field's label to link the field with the QR code generator, the widget can be found here: https://widgets.jotform.com/app/dynamic_qr_code 

    This guide will help you add the widgets to your form: https://www.jotform.com/help/252-How-to-Add-a-Widget-to-Your-Form 

    I hope this helps. Let us know if you have further questions.

    Thanks.

  • julian.tan
    Replied on April 1, 2019 at 5:11 AM

    I do not need to generate the QR code on the form. I need it in the auto response email instead. How do I do it?

  • roneet
    Replied on April 1, 2019 at 7:11 AM

    1. If you do not want to show the Dynamic QR code then you can make it hidden in the Form. The QR code widget will automatically be shown in the email's Form field as soon as you add in the Form.

    a. You can use Dynamic QR code widget: https://widgets.jotform.com/widget/dynamic_qr_code

    And for source field for it, you should use the same Unique ID.

    1552944478Screen Shot 2019 03 18 at 10 Screenshot 10

    b. In the email the QR code should appear:

     How do I add an auto generated QR Code in the email auto responder? Image 21

    2. Also, you may simply embed the following code in the email body. This would generate a QR code based on each user's submission.

    <img src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={id}&choe=UTF-8" alt="Your unique QR code2" width="150" height="150" />

    Let us know if you have further questions.

    Thanks.