Hi,We create a delivery that contains two data fields concatenated by a
hyphen:...and when you click on link to the landing page, ("Your
Offer"), it brings you to a landing page whose URL address contains the
concatenated data fields, "80699361-A07071.htm" but the problem is that
the hyphen (" -") that combines the two data fields creates an extra
spacing in the URL address: "0699361%20-%20A07071.htm" thereby throwing
a 401 page not found error since it is the incorrect URL address.How do
we eli...