Forum Discussion
JohnNiumata
5 years agoQrew Trainee
I found this same issue.
I ended up replacing the standard javascript file that this exact form calls, with a slightly modified js file, only changing one line in the js.
line 232 old
line 232 new
------------------------------
Johnny
------------------------------
I ended up replacing the standard javascript file that this exact form calls, with a slightly modified js file, only changing one line in the js.
line 232 old
data += "<BR>\r\n ";
line 232 new
data += "<!-- <BR> --> \r\n ";
I don't know what that is for, if I need it later I will adjust the script.
------------------------------
Johnny
------------------------------