Open
Description
Clicking on a fragment link will strip query params from the URL which may be needed for conditional content.
- Add a section
- Bind expression to Show
system.search.hi ? true : false
- Add another section with an ID
- Create a link to that section
- Publish
- Visit live site and add query param
hi
to the URL - Click the fragment link
- See section that relies on the query param go away