QR Code Reader: Expand the readout box width

  • jfullwiler2
    Asked on May 24, 2016 at 2:13 AM

    Thanks Mike, in that case, with the existing flash based widget, would you know if CSS could expand the readout box? The default is quite short:

     

    QR Code Reader: Expand the readout box width Image 1 Screenshot 20

  • Charlie
    Replied on May 24, 2016 at 2:22 AM

    You can expand the text box by adding this custom CSS code in your widget:

    #code {

    width: 60% !important;

    }

    Paste it inside your widget's settings under the "Custom CSS" tab:

    QR Code Reader: Expand the readout box width Image 1 Screenshot 20

    You can adjust the width value with your own preferences.

    Let us know if that works.

  • gndstudios
    Replied on November 16, 2016 at 8:51 AM

    Is there no way to use an actual barcode reader and have the ability to to capture multiple entries? The work around above will only allow one QR scanner to be added to the form.
  • Charlie
    Replied on November 16, 2016 at 9:57 AM

    @gndstudios

    To better assist you, I have opened a separate thread for your concern. Please refer to this link instead: https://www.jotform.com/answers/991352. We will address it shortly.

    Thank you.