Forum Discussion
Stephanie
12 years agoSuper Hero
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typica...
onEnterFrame
9 years agoCommunity Member
Pretty sure the problem is the ampersand (&). If you want to let learner's use characters like that then you will need to 'escape' or encode it. Kinda like this:
encodeURIComponent(your_var)
This may help: https://www.w3schools.com/jsref/jsref_encodeURIComponent.asp
Related Content
- 9 months ago
- 7 months ago
- 8 months ago
- 9 months ago
- 12 months ago