Forum Discussion

StuartRice's avatar
StuartRice
Community Member
2 years ago

Rise replaces & with & in URL links with Embed block

Hi there. I’m resurrecting a topic from last year about Rise automatically changing ampersands (&) in URLs to &. This has been an issue since 2017, apparently.

<iframe src="https://asu.questionpro.com/cc-eoc-survey?p=planet&ct=test" height="720" width="100%"></iframe>

When inserted via embed becomes:

<iframe src="https://asu.questionpro.com/cc-eoc-survey?p=planet&amp;ct=test" height="720" width="100%"></iframe>

Why would Articulate edit the URL? and ONLY the & used for passing variables?