-
RevolutionIndustrialAsked on April 10, 2025 at 5:49 PM
Hello,
I am attempting to create a form that when it is submitted, it generates a unique QR code to that submission and all of the data that was entered on that form. Is that a current feature of JotForm?
I see where I can create a QR code that directs the end-user to the blank form, but I am wanted a QR code generated at the end of the process so that other users can see the specific submission of the form and all of their entries on the fields.
Thank you,
KH
-
Christian Ice JotForm SupportReplied on April 10, 2025 at 7:02 PM
Hi KH,
Thanks for reaching out to Jotform Support. You can add the Quick Chart API to generate the QR code for the submission page and add it to the Autoresponder Email of your form. Let me show you how:
1. First copy this HTML code:
<img src="https://quickchart.io/chart?cht=qr&chs=150x150&chl=https://www.jotform.com/submission/{id}&choe=UTF-8" alt="Your unique QR code" width="150" height="150" />
2. In Form Builder, click on Settings in the orange navigation bar at the top of the page.
3. Select Emails in the menu on the left side of the page and hover your mouse right next to the Autoresponder Email and click on the pencil icon to edit.
4. Under Email Content, click on the Source Code icon >_ at the top and in Source Code window, paste the HTML code you copied above, click on Ok and click on Save.
Once your users submitted your form, they should get an email as the copy of their responses with the QR code.
Give it a try and let us know if you need any help.
-
RevolutionIndustrialReplied on April 11, 2025 at 10:42 AM
Thank you!
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!