Hope this is easy!
Need to figure out (if possible) how to input my page's SLUG into a web url as a placeholder.
For example: http://www.samplewebsite.com/search.ashx?t=current
I need to replace "current" with my page's SLUG making it dependent on the current page's SLUG
For Slugs.... test1, test2, test3, test4, test5 Output... http://www.samplewebsite.com/search.ashx?t=test1 - for each test1 "slug"
Is this possible?
