This post (5 years later) helped me understand the importance of lean
script design.
//Firsthideallfieldsform1.Page2.TableDay1.presence="hidden";form1.Page2.TableDay2.presence="hidden";form1.Page2.TableDay3.presence="hidden";form1.Page3.TableDay4.presence="hidden";form1.Page3.TableDay5.presence="hidden";//Thentheifstatementif(this.rawValue=="2"){form1.Page2.TableDay1.presence="visible";form1.Page2.TableDay2.presence="visible";}elseif(this.rawValue=="3"){form1.Page2.TableDay1.presence="visible";f...
Hi Geckoz100,I hope you've gotten passed this, if not may I suggest
replacing department in line 7 with encodeURIComponent(Department)and if
that doesn't work, you may have to try alternatively replacing with
encodeURIComponent(Department.value)
I think I may have a similar problem not too long ago. BR001_ACP may
have the right idea... try encoding the subject line as I have
below:EmailTitle.rawValue +
encodeURIComponent(TopSection.FormName.rawValue) + "&body=" + reference:
http://stackoverflow.com/questions/11294107/how-can-i-send-the-ampersand-character-via-ajax