Links/short codes not working in grade boundaries feedback
-
I am trying to place links in the feedback textarea for grade boundaries, however, they are being escaped which leads to the links not working.
For example, if I place in the textarea the following code:
You must receive 80% on the test?to receive credit. <a href="https://google.com">Click here to retake the test.</a>
it changed to this upon save:
You must receive 80% on the test?to receive credit. <a href=\"https://google.com\">Click here to retake the test.</a>
The result is the link being https://{my_site_url}/”https://google.com”
I saw the same behavior when attempting to put a contact form short code in the feedback area. The attributes for the short code were escaped and the short code does not take.
- The topic ‘Links/short codes not working in grade boundaries feedback’ is closed to new replies.