Dynamic QR code in Upper case letters

  • kbcsmediateam
    Asked on February 9, 2021 at 12:48 AM

    Hi Sir/ Madam,


    We are trying to use dynamic QR in our form but would like to generate all the inputs in UPPER case only.

    We tried changing our input field to appear in UPPER case, but it still feed lower case if the user key in lower case.


    We need QR to be generated only in UPPER case. Please advise. Thanks.



    Shawn




  • jherwin
    Replied on February 9, 2021 at 3:18 AM

    Hello Shaw, Unfortunately, it is not possible to force upper case inputs in the form, you can use CSS code to display it as if it were typed as upper case, but the data you will receive or the data will be transferred to another field is in lower case only.

    You can advise your users to enter texts in UPPERCASE. Or, you can embed your form into a webpage using the form's full source code. That way, you can inject javascript code into the source code.