Forum Discussion
AustinK
6 years agoQrew Commander
Have you tried inserting the url encoded character on your own? %0A should be the url encode of a new line character.
AydenBowen
6 years agoQrew Member
Hello,
Yes, I've also attempted using the encoded character, %0A, but with same result.
------------------------------
Ayden Bowen
------------------------------
Yes, I've also attempted using the encoded character, %0A, but with same result.
------------------------------
Ayden Bowen
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
Can you try this? double \\
& URLEncode("\\n")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- AydenBowen6 years agoQrew MemberHi Mark,
So slightly different result. It won't inject a line break, but it does complete the remainder of the code so that the button works, and the text is appended to the log, without a line break.
The URLEncode must be doing something with the "\\n" because the log isn't showing those characters as text.
I was able to accomplish what I wanted to do by changing the multi-line text field to a rich text field and using the <br> tag.
------------------------------
Ayden Bowen
------------------------------