I am using the slider module for Drupal 7. When I try to link text or an object in the slider to a page with a query parameter appended to it. The stored link is garbled or converted to html special characters.
Example:
mysite.org/lander?utm_term=test
becomes
mysite.org/lander%3Futm_term%3Dtest
- Please open file sites/all/modules/custom/md_slider/templates/front/theme.front.inc, from line 197 to line 205
replace
with
and just need to input lander?utm_term=test instead of mysite.org/lander?utm_term=test