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