Forum Discussion
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__You
Qrew Legend
6 years agoCan you try this? double \\
& URLEncode("\\n")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
& 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
------------------------------