Forum Discussion
BlakeHarrison
5 years agoQrew Captain
Unfortunately, you'll need to do one of two things. Either convert the field to a Rich Text field OR create a Formula Rich Text field that can take the original field and insert the proper HTML in place of the current line breaks. Most likely, you'll need to use the SearchAndReplace function and look for the "<br>" (I think) and replace it with "<br />" or "<p />".
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
- MeganHardison5 years agoQrew MemberOkay cool. The field is named [Contents]. I can make a new Rich Text Formula field to pull whats in the [Contents] field, then show that field on the EF form? If so, can someone help me with the formula to use the SearchAndReplace?
------------------------------
Megan Hardison
------------------------------- MeganHardison5 years agoQrew MemberCan anyone help me with this, or do you guys think it's something that can't be done?
If it can't be done, I try something completely different.
Thank you all!!!
------------------------------
Megan Hardison
------------------------------- MarkShnier__You5 years ago
Qrew Legend
try this
SearchAndReplace([Multi line text field], "\n", "<br>")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------