Can scan qr code/barcode into text box?

  • swtemp999
    Asked on April 18, 2019 at 9:41 PM

    may I ask can scan qr code/barcode into text box?


    Thank you

  • Victoria_K
    Replied on April 19, 2019 at 2:58 AM

    Yes, you can add a Form Calculation widget and set it up to capture the value from qr scanner as text. Here is a guide: How-to-Perform-Form-Calculation-Using-a-Widget

    Can scan qr code/barcode into text box? Image 1 Screenshot 20

    Let us know if you need more help. 

  • swtemp999
    Replied on April 19, 2019 at 5:52 AM

    1555667483question1 Screenshot 10

    I mean how can after I scan the barcode or QR code, then the serial number pass to the text box above


  • Victoria_K
    Replied on April 19, 2019 at 8:06 AM

    You can do this with a condition. Here is one for your form:

    Can scan qr code/barcode into text box? Image 1 Screenshot 20

    Guide:

    How-to-Insert-Text-or-Calculation-into-a-Field-Using-Conditional-Logic

  • swtemp999
    Replied on April 21, 2019 at 8:11 PM

    okay, thank you very much

    but cannot copy it into configurable list right?

  • AndrewHag
    Replied on April 22, 2019 at 12:18 AM

    I'm afraid that this is not possible with Configurable list widget, and that is because you can not map a specific field inside of the Configurable list widget.

    Let us know if you need any further assistance.

  • swtemp999
    Replied on April 22, 2019 at 1:30 AM

    thank you

    but now I have question

    can I change the Scan Barcode button to another words?

    and how I can change the button color also?

  • Victoria_K
    Replied on April 22, 2019 at 5:15 AM

    We have moved your new question as separate thread: https://www.jotform.com/answers/1799643 

  • swtemp999
    Replied on April 30, 2019 at 5:36 AM

    Can I know after click the Scan Barcode button, the reader box can be bigger?

  • Victoria_K
    Replied on April 30, 2019 at 7:27 AM

    Would you like to do this box bigger?

    Can scan qr code/barcode into text box? Image 1 Screenshot 20

    I suggest the following code. 

    To inject into form itself: 

    How-to-Inject-Custom-CSS-Codes

    iframe[src*='barcode'] {

      width: 550px !important;

    }

    To the widget:

    How-to-Inject-CSS-Codes-to-Widgets

    .video-container {

    width: 550px !important;


    }