- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2016 01:50 PM
Hi there,
I am building a content block that has table, one of the columns is an external URL with multiple parameters. The issue I'm running into is that I think the Ampersand is a reserved character for the XML parser, but I need to include an ampersand as part of the URL. If you see the below, the problem is with the "&" right before "formID".
Any other character will work, its just "&". Unfortunately I need this character literally if I want to pass multiple parameters to the external site.
Any ideas for a workaround?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2016 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2016 07:17 AM
Using ${AMP} in the jelly script solved this.