Anyway I can prevent Gravity Forms from automatically insert a ? before the start of the field data in the query string?
Thank you.
-- Ed
Anyway I can prevent Gravity Forms from automatically insert a ? before the start of the field data in the query string?
Thank you.
-- Ed
That's just a standard querystring format. If you want to change it, you'd need to add a rewrite rule to your .htaccess file.
Something like this..
http://www.kavoir.com/2009/01/how-to-build-a-php-query-string-without-question-mark.html
I'm sure there are other resources out there to show you how as well.
Tanks Kevin for that response. Only problem is I don't have control of the target domain. I am just trying to build a URL to bring up a certain page at that domain, based on the form input.
Any suggestions would be appreciated.
Thank you.
-- Ed
Sounds to me like you'd need to create an intermediate page on your side, send the form to it with the default querystring, have the new page rewrite the URL in the format you need then redirect to it. Of course this would take some custom PHP work to happen.
or .. you could include an option NOT to include the "/?" at the start of the query string. To make Gravity more flexible? So it can be used as a general purpose form builder?