Just ran into this issue trying to update the links on our website that point to our external registration site. We were able to strip out an org id buried in the middle of the aspx call, but this wouldn’t work (showing no matches…):
Find: &org=4641&ext=1
Replace: &ext=1
So I tried:
Find: org=4641&ext=1
Replace: ext=1
Every link now has &ext=1&ext=1 appended to the end of it!! Thankfully, they still work, but I’d very much like to be able to strip that out, and am terrified of tripling the damage! Hopefully there’s an easy fix, since this thread has gone unanswered (or even responded to) in 6 months…