I want to Generate bar code for the submissions

  • feorz777
    Asked on October 13, 2018 at 7:07 AM

    Dear Team,

    Once the guest filled the form, he should receive the email with Bar code where we can scan at the entrance.

    i want to add a barcode to each submission.





  • AshtonP
    Replied on October 13, 2018 at 9:04 AM

    It's possible to achieve with QRCode. You can show the QRcode on Thank you page as well as in the email.

    Simply embed the following code in your thank you page or an autoresponder message. This would generate a QR code that contains the link to the user's submission.

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

    Here's how to display the QR code in the thank you page.

    1. Go to Settings > Thank You Page

    2. Paste the code

    2018 03 16 09 55 57 Screenshot 11

    On autoresponder:

    1. Go to Settings > Emails > edit Autoresponder

    2. Click the Source Code icon and paste the code anywhere you want it to appear.

    2018 03 16 10 58 04 Screenshot 22

    So when you scan the QR code, it would link to the user's submission data. 

    I hope this helps. Let us know should you require further assistance.