The link for the lower right hand block is missing the leading /, so the link looks like this:
[html]
href="forms/request-availability?height=500&width=420&property=250-west-street"
instead of this (like all the others):
[html]
href="/forms/request-availability?height=500&width=420&property=250-west-street"
That was throwing me off for a while since I just happened to be testing that one link (form.)
However, when I try to load any link in the address bar (not the thickbox) the query string is stripped off and a status code 301 Moved Permanently is returned.
I tried to load this address:
http://manhattanmiami.com/forms/schedule-a-showing?height=500&width=420&property=250-west-street
Server returned a 301 code and directed me to this address:
http://manhattanmiami.com/forms/schedule-a-showing/
One thing that tells me is that in building your links you need to have a trailing slash after the page name (permalink) like this (after the word showing):
[html]
href="/forms/schedule-a-showing/?height=500&width=420&property=250-west-street"
HOWEVER, that still does not fix the problem. When I try to load that URL, I just get the "schedule-a-showing" page.
This is not an issue with Gravity Forms. It's something with your server, either stripping out the query string parameters due to some rewriting or something with the CDN, I'm not sure. Once you resolve that and can load one of those URLs in the address bar, I think the "property" parameter will work.
Posted 13 years ago on Thursday September 8, 2011 |
Permalink