I am generating one QR code for multiple lines of text( to generate own business card qr code). I am using the below code
"https://chart.googleapis.com/chart?cht=qr&chl="&TextInput1&TextInput2
&TextInput3 &"&chs=100x100"
I have few input text like &TextInput1&TextInput2 &TextInput3
After scanning the QR code it generates the text in one single line
How to use line break and enable spacing in the text genarated by qr code?
in the attachment I have provided it shows text after QR scanning as AkhanITdepartment12345678
I need as Akhan
IT Department
12345678
Hi @Anonymous
I think that "%0A" should solve your issue.
Your formula would be like:
"https://chart.googleapis.com/chart?cht=qr&chl="&TextInput1.Text&"%0A"&TextInput2.Text&"%0A"&
TextInput3.Text&"&chs=100x100"
Hope it helps !
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2