PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Passing & and = symbols from drop down value field to query string

  1. maguiretaxes
    Member

    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.

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  2. 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

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  3. 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

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  4. maguiretaxes
    Member

    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

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  5. What code are you using to change the query string? Can you post that at pastebin.com or pastie.org please?

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  6. maguiretaxes
    Member

    http://pastie.org/5558788

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  7. 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?

    Posted 11 years ago on Saturday December 22, 2012 | Permalink