can I change the Scan Barcode button to another words? and how I can change the button color also?

  • swtemp999
    Asked on April 22, 2019 at 5:15 AM
    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:17 AM

    This is possible, but only by injecting custom CSS code into the widget. 

    Here is a guide: How-to-Inject-CSS-Codes-to-Widgets

    I can suggest the following code: 

    #scan {color: transparent;background: green;}

    #scan:after {

    content: 'Test';

    position: relative;

    top: 0;

    left: -30%;

    color: white;

    }

    can I change the Scan Barcode button to another words?
and how I can change the button color also? Image-1

    You can replace 'green' with any color you need and 'Test' with a text for a button.

    We will be glad to assist if you need more help, just let us know. 

  • swtemp999
    Replied on April 23, 2019 at 9:52 PM

    may I ask how you know that button's variable name called scan?

  • Jed_C
    Replied on April 23, 2019 at 11:47 PM

    You can locate that in browser dev tools. If using Chrome, just press F12 and press and hold CTRL + SHIFT + C and hover your mouse over the button.

    Ex.

    1556077638The Easiest Online Form Builde Screenshot 10

    Let us know if you have any questions or if you need further assistance.