I’m stuck on a something that ought to be very common and simple.
I have a form with two Rich Text fields: FieldA and FieldB. The idea I have is that users will enter RT info into FieldA. If they want to “post it”, they click a button that prepends it to FieldB (a computed field), and FieldA is cleared. But nothing is truly committed until the document is saved.
This concept works with simple text. How can I make it with with Rich Text?