Well, there are about 40 products, out of which there are two different types of forms. So for example "red shoes" product page will go to either:
www.website.com/red-shoes/call-form/Thank-you
www.website.com/red-shoes/Info-Form/Thank-you
Repeat that across all products. The urls start to look a bit messy as you start to see all of the CLID (PPC) and other strings after the thank-you section of the URL. This is why I'm trying to just use a the regular match to say "Yeah, it contains Thank-you somewhere in the URL". Does this make sense?