Hello there,
if I use text fields in $many_many_extraFields and save a text with a &, the text gets cut off after the & (including the &). This happens with HTMLText, Text and Varchar fields. If I enter "a&b" it shows just "a" after saving in the form field. In the database the complete "a&b" is visible. But of course after just saving again it is also "a" in the database. For the HTMLText it also happens with automatically inserted " ". I'm using 3.1.12 and setting the fields for the $many_many_extraFields just like in docs.
Anyone else having similiar problems? Is it a bug?
Thanks in advance