Working on an ad banner to pass a contact info (name, email, phone) to a contact form on my website. The query string is formatted correctly (?name=jonathan&email=...) and when it lands on the page I get a 404 instead of any results. Any one else run into this?
test: http://grommelage.com/realty/test/contactform_v1.html
landing page: http://www.semprevivoproperties.com/003-2/
query string: http://www.semprevivoproperties.com/003-2/?name=jonathan&email=email@email.com&phone=8181234567
Please help. :-/