Hi there,
I have a SAEF form which is inserting tags around the data and not picking up the format options in the custom field as per the bug report here:
https://support.ellislab.com/bugs/detail/13413/
I figured I could just strip the html out with the html strip plugin, however this inserts white space at the end of the stripping.
As per this “non-bug” here:
http://ellislab.com/forums/viewthread/65360/
Which states “Whitespace has no meaning in HTML”; However I am compiling a list of semi colon separated emails addresses to be output in a text-area field, which then becomes a problem as whitespace has a very real usage in html when used in a textarea.
Any suggestions?