How can I add an anchor link to a URL using the redirect action?
I am trying to link to a specific location on the page I am redirecting to. Adding an anchor link at the end of the list of parameters does not work. The hash is converted to %23 when the redirect runs and the anchor link no longer works. For example, #section1 becomes %23section1.
This behavior also appears when using a Button and working with the Links interface. I have tried defining the anchor link as a variable and adding the variable to the end of the redirect parameters but the result is the same.
I am trying to link to a specific location on the page I am redirecting to. Adding an anchor link at the end of the list of parameters does not work. The hash is converted to %23 when the redirect runs and the anchor link no longer works. For example, #section1 becomes %23section1.
This behavior also appears when using a Button and working with the Links interface. I have tried defining the anchor link as a variable and adding the variable to the end of the redirect parameters but the result is the same.