here is how it was done in old site -
Here is the target code for the iframe if using a static show (1868 for example) https://307039.formovietickets.com:2235/T.ASP?WCI=BT&Page=PickTickets&SHOWID=1868
We break this into two parts, everything but the SHOWID, and then append the SHOWID using ? in the string. This URL for the iframe omits the SHOWID in the page content, but when you use a GET request in the page that contains the iframe it passes the additional parameter on. We use “?” instead of “&” for this with the submitting page -
Tickets – Lincoln Theater (*this is the part that I can’t get to work)
So in the wordpress page the iframe code is: https://307039.formovietickets.com:2235/T.ASP?WCI=BT&Page=PickTickets
our new site is a Wix site and is lincolntheater.org - can anyone tell me the problem? Thank you!!