Forum Discussion

JonathanAlday's avatar
JonathanAlday
Qrew Member
7 days ago

Use Text field as a search field inside a form

Hi,

 

I would like to create a search field inside a form using a text field. I found a video with the exact action that I want to do (https://www.youtube.com/watch?v=XgkfTpXTYBc). It's basically scanning a QR code and it will automatically get the exact data from another table. 

Could you please help me on this? Thank you so much in advance.

  • I'm not sure exactly what your question is but here is some syntax for a Formula Text field to generate a printed QR code  for the field called [Item #] 

     

    "<img src='http://chart.googleapis.com/chart?cht=qr&chs=240x240&chl=" 
    & URLEncode([Item #]) & "'>"

     

    and here is another one to try

    "<img src=https://quickchart.io/chart?cht=qr&chs=150x150&chl=" & URLEncode([Item #]) & "</a>"