Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

QR code length issue smartforms

rangerlet_mesee
Participant
0 Likes
1,272

Hello

Am able to incorporate a variable into a QR code. But the QR code seems to be allowing 255 characters. I need beyond.

Thanks

Madhukar

1 REPLY 1
Read only

Former Member
0 Likes
884

Hi Madhukar,

Looks like you need to break your long text up into several portions. One way to do that in SmartForms is to define a table with a flexible number of text fields. Depending on how your page is set up, it makes sense to use one line per field (and not the CHAR 255!), then you have less issues at page breaks.

Hope that helps,
MIke