May 31, 200223 yr Hello again When I try to assign a multi-line field to JavaScript, (i.e., var textInput="[FMP-Field:course_materials, Raw]";) it chokes. I've had this trouble before since JS appears to treat the assigned data as potentially part of the program (which could be very useful, but not right now). Thus, single quotes and newlines in a field will cause the program to fail. I've dealt with it before by using a calculated field to convert these characters to something inoffensive and then converted them back later, but this is tr
Create an account or sign in to comment