Hello again
I’m using Form Helper to edit entries. In the admin, I have “Automatically turn URLs and email addresses into links?” marked to Yes. When Yes is selected, and I try and edit a page that has an email address on it, I get a bunch of weird gobbledygook in the edit box. Looks like this:
email for FULL NAME:
//<![CDATA[
var l=new Array();
l[0]='>';l[1]='a';l[2]='/';l[3]='<';l[4]=' 116';l[5]=' 101';l[6]=' 110';l[7]=' 46';l[8]=' 101';l[9]=' 110';l[10]=' 105';l[11]=' 97';l[12]=' 109';l[13]=' 45';l[14]=' 109';l[15]=' 111';l[16]=' 99';l[17]=' 115';l[18]=' 117';l[19]=' 115';l[20]=' 64';l[21]=' 110';l[22]=' 101';l[23]=' 115';l[24]=' 110';l[25]=' 101';l[26]=' 114';l[27]='>';l[28]='"';l[29]=' 116';l[30]=' 101';l[31]=' 110';l[32]=' 46';l[33]=' 101';l[34]=' 110';l[35]=' 105';l[36]=' 97';l[37]=' 109';l[38]=' 45';l[39]=' 109';l[40]=' 111';l[41]=' 99';l[42]=' 115';l[43]=' 117';l[44]=' 115';l[45]=' 64';l[46]=' 110';l[47]=' 101';l[48]=' 115';l[49]=' 110';l[50]=' 101';l[51]=' 114';l[52]=':';l[53]='o';l[54]='t';l[55]='l';l[56]='i';l[57]='a';l[58]='m';l[59]='"';l[60]='=';l[61]='f';l[62]='e';l[63]='r';l[64]='h';l[65]='a ';l[66]='<';
for (var i = l.length-1; i >= 0; i=i-1){
if (l[i].substring(0, 1) == ' ') [removed]("&#"+unescape(l[i].substring(1))+";");
else [removed](unescape(l[i]));
}
//]]>
But, if I tell the system to not parse the email addresses, by selecting No in the admin, this dissapears. And I can then edit properly using Form Helper. I do not see this wen I edit from the CP, only using Form Helper.
Thank you for your help!
