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.

Plus signs in query strings/dynamic field population

  1. Hi All,

    I'm currently working on a fairly complicated build leveraging Gravity Forms and PHPurchase.

    I need to pass over some currency values from one form to another via the query string.

    If I pass over e.g. &progtype=Fred%20-£7.00 it works fine. Swap the minus for a plus and it breaks the dynamic field population.

    I've tried working it around to use words for add and subtract, rather than symbols, but the PHPurchase plugin requires the price differences to be passed to it using a plus or minus symbol so that doesn't work.

    Does anyone know how I can pass a plus sign without breaking the dynamic field population?

    The site's not live yet...

    Cheers,

    divydovy

    Posted 13 years ago on Wednesday December 8, 2010 | Permalink
  2. I'm not sure if this will work but one thing you could try is escaping the + symbol in the querystring so rather than a + sign use the ascii equivalent. I can't put the ascii HTML code in this post because it will just display as a + sign. But you can get the HTML ascii code from this page: http://www.asciitable.com/

    Posted 13 years ago on Wednesday December 8, 2010 | Permalink
  3. Hi Carl, thanks for your response.

    Tried and failed :(

    Appreciate the response...

    Posted 13 years ago on Wednesday December 8, 2010 | Permalink