Hi all…
I can’t believe that nobody else has had to solve this issue in the past so I’m hoping the community can help. With that said, we are configuring several of our page components with smart content based on a query parameter. Internally, we are using all lower case identifiers, but we have several customers that are generating links in their applications and occasionally, the parameter value they are sending us is NOT all lower case, so the smart content is not getting applied as expected. Example:
The correct url should look like this:
https://www.company.net?projectid=alpha
However, some clients are generating urls like this, which do not display the correct smart content changes:
https://www.company.net?projectid=Alpha
Is there a way to configure the smart content item to convert the parameter to all lower case? I had considered trying to force the parameter to lower case in a module but the query string is read only.
We really don’t want to have to create a smart content rule for different cases of the same words, so any help would be much appreciated.