Am looking for a mechanism that when users visit my website and submit

  • farhad373804
    Asked on January 23, 2021 at 5:22 AM

    Am looking for a mechanism that when users visit my website and submit a form, they should receive a confirmation email with a unique QR code so that they can present that QR code to my office in order to get an Item. The user database will be saved on Spreadsheet.

  • Ariel JotForm Support
    Replied on January 23, 2021 at 8:29 AM

    Hello,

    Thank you for reaching out.

    You can use the following code to include a QR Code in your Autoresponders:

    <img src="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl={form_field}&choe=UTF-8" alt="Your unique QR code" width="300" height="300" />

    Change the {form_field} with the field's Unique Name you require; ideally a unique ID.

    Don't hesitate to reach out if you need further assistance.