I have a form that has several text areas for input.
Everything was peachy when i was writing the contents to a data tiddler, but for reasons, i decided to move to a temp tiddler and store teh values in fields.
As soon as i enter newlines in the text box, if i check the temp tiddler, the newlines are gone.
<$edit-text tiddler="scratch_temp" field="field1" tag="textarea"/>
Is there a way to get my expected behavior? or should i admit defeat and move back to a data tiddler?