Since updating to 1.4, when i pass a value it comes back as "Array" instead of just empty when not checked.
I have the same form twice...
One running 1.4 - http://www.cash4blackberrys.com/sell-us-your-phone
When it passes values it shows as this... http://www.cash4blackberrys.com/confirm?model=9700&cond=Mint%20Condition%20%28no%20scratches/blemishes%29&br1=Array&br2=Array&br3=Array&br4=Array&br5=Array&fname=sdf&lname=sdf&emailaddy=test%40test.com&phone=%28454%29334-2345
You can see the &br1 is Array it should be a value or empty
On the same form running 1.3.13.1 - http://www.cash4iphones.com/sell-us-your-phone
When it passes the values show as... http://www.cash4iphones.com/confirm?model=iPhone+3G+-+2nd+Generation&cond=New+%28never+used%29&gb=8GB&br1=Broken+SIM+Card+Compartment&br2=&br3=&br4=&br5=&br6=&br7=&br8=&br9=&br10=&br11=&fname=r&lname=r&emailaddy=test%40test.com&phone=%28454%29334-2345
My algorithm relies on these values. And now it doesn't show them being passed with the new update.
Is this a bug with the update?