encoding submission id

  • panchal.himesh89
    Asked on June 22, 2020 at 12:46 PM

    is there any way I can encode submission id in a dynamic qr code widget?


    I can do via webhooks and have a separate API to create qr code.

    just wondering if I can by anyway achieve the result by dynamic qr code widget.


    thanks

  • Jimmy_D
    Replied on June 22, 2020 at 2:33 PM

    Hi there!

    Unfortunately, it's not possible to directly pass the submission ID to the Dynamic QR code widget. 

    If you need the QR code on your Thank You Page or the Notification/Autoresponder email you can add this image code to either one them.

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

    Where {id} is the submission ID. This creates a bar-code image using the submission Id every time a form is submitted. 

    encoding submission id Image 1 Screenshot 31

    encoding submission id Image 2 Screenshot 42Let us know should you have more questions.