Create a barcode base on submissionsID or uniqueID

  • Pansy
    Asked on April 24, 2014 at 1:05 AM
    is it available that the barcode to be used in form?
  • Elton Support Team Lead
    Replied on April 24, 2014 at 1:10 AM

    Hi,

    This workaround might be of help.

    Simply add this image code on your form thank you page.

    <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 submissions ID by default. You can change {id} with any field tag e.g. if you want to use unique ID. This creates a barcode image on your thank you page after submitting the form.

    Here's a visual guide:

    Create a barcode base on submissionsID or uniqueID Image 1 Screenshot 21

    Hope this helps!

  • Pansy
    Replied on April 24, 2014 at 11:10 PM

    Thank you very much! It  helps me a lot.

    But can it generate a one-dimensional code?Like the following picture:

    Create a barcode base on submissionsID or uniqueID Image 1 Screenshot 20

  • NeilVicente
    Replied on April 25, 2014 at 4:44 AM

    Try these codes:

    <img src=" http://www.barcodes4.me/barcode/c128b/{id}.gif " alt="Your unique QR code0"/>

    For more additional options, please refer to these (3rd party) barcode documentation:

    http://www.barcodes4.me/apidocumentation

    Thanks!

  • Pansy
    Replied on April 28, 2014 at 4:59 AM

    Thank you very much!

    But if how to generate the codes with ID numbers beneath? Is it:

    <img src=" http://www.barcodes4.me/barcode/c128b/{id}.gif ?IsTextDrawn={id}" alt="Your unique QR code0"/>

  • NeilVicente
    Replied on April 28, 2014 at 6:59 AM

    @Pansy

    According to barcodes4me documentation, the correct parameter is IsTextDrawn=1. Therefore, the codes should be:

    <img src=" http://www.barcodes4.me/barcode/c128b/{id}.gif ?IsTextDrawn=1"/>

    alt property is optional.

  • lucysome
    Replied on June 30, 2014 at 2:57 AM

    thanks for sharing your parameters, and here is what i am working on to create .net barcode generator. any advice will be appreciated.

  • seandale
    Replied on January 9, 2015 at 1:13 AM

    I created a HTML form wich is sending the data to a MYSQL/PHPmyAdmin page through a PHP section. That works fine. Every record in the DB gets a unique field (reparationID).

    Based on the ReparationID I want to create a barcode and print it on a management page. Is this possible in PHP? I have created a big button that must do the action, but i don't know how yet
    ...
  • Ashwin JotForm Support
    Replied on January 9, 2015 at 8:17 AM

    Hello seandale,

    I have moved your question to a new thread and you will be answered here:  http://www.jotform.com/answers/493164 

    Thank you!