I searched for an answer on this, hope I am not asking something that has been answered before.
On a text paragraph field...
I would like some forms to upload the text to database with html tags. As it uploads now and populates the database, all tags are stripped out.
So for instance:
This is text.
This is text.
Becomes:
This is text.This is text.
What I would like to see is:
This is text. This is text.
Is there a work around for this?
Thanks!!
Ron