I'm making a multi-page form with some paragraph text fields. I notice that if I use the Prev button to go back a page, any line breaks are replaces with html line break tags, and an extra one is added each time I go back. i.e.
Line1
Line 2
Click <Next>
Click <Back>
Field now reads:
Line 1< b r / >
Line 2
Click <Next>
Click <Back>
Field now reads:
Line 1< b r / >< b r / >
Line 2
And so on. Any way to fix this behaviour?