Bug #1059
closedWebform cannot process HTML escape characters
0%
Description
I previously entered bug 935 [[http://goautodial.org/issues/935]] about not being able to save the Campaign webform - that has been fixed, but a new issue has arisen:
Webform URL Attempted: varhttp://mywebsite.com/node/add/something? edit[title]=--A--first_name--B--%20--A--last_name--B--&edit[field_phone_number][0][value]=--A--phone_number--B--&edit[field_location_name][0][street]=--A--address1--B--&edit[field_location_name][0][city]=--A--city--B--&edit[field_location_name][0][province]=--A--state--B--&edit[field_location_name][0][postal_code]=--A--postal_code--B--&edit[field_home_conf][value][Yes]=Yes&edit[field_story_home[value]][1%20Story]=1%20Story
The "%20" encoded URL character causes the remainder of the webform string to NOT be saved. If we remove the "%20", the entire string saves correctly.