Forum Discussion

rrad's avatar
rrad
Qrew Member
2 years ago
Solved

Removing line breaks from new forms rich text log

Hello everyone, I recently re-created one of my legacy forms to new forms. One subtle difference is that new forms forces line breaks between log entries while legacy forms does not. Unfortunately, ...
  • MarkShnier__You's avatar
    2 years ago

    I suggest that you make a temporary formula text field with a formula of just

    [my Rich text field]

    to see what's @ctuslly in the data. 

    then use successive search and replace functions in a single doula field to strip them out.  You may find <br><br>. As a line break or

    <p>
    or

    </p>