My dropdown value fields will contain several pieces of data. For example -
dog=golden&car=mustang&fruit=apple
Right now it's converting the symbols instead of passing them into the query.
My dropdown value fields will contain several pieces of data. For example -
dog=golden&car=mustang&fruit=apple
Right now it's converting the symbols instead of passing them into the query.
You can use something like this to convert those encoded characters back to & and = for your query string: http://www.gravityhelp.com/forums/topic/remove-from-total-field#post-83399
You can use something like this to convert those encoded characters back to & and = for your query string: http://www.gravityhelp.com/forums/topic/remove-from-total-field#post-83399
Not working... Is there perhaps a different designation because I'm using the Pass Field Data via Query String portion. An example with debug is here. You can see the suggested code on top.
http://car.merovingi.com/?page_id=341
What code are you using to change the query string? Can you post that at pastebin.com or pastie.org please?
I wonder if this is going to work at all, since those characters should be encoded in a URL, according to RFC 3986 (and previously RFC 1738).
Can you deal with encoded values in the URL on the other end, wherever you're receiving this query string?