In the few years I have been building forms and perl scripts to parse and utilize them, I have never come accross this problem before.
When a textfield or textarea contains a quotation mark " or special character, it's encoded with percents (%22) and displayed on the page that way and shows up in the email that way.
How do I get around this?
The form input values are being parsed and placed into simple scalar variables. I then use the variables where needed to display the input.
When a textfield or textarea contains a quotation mark " or special character, it's encoded with percents (%22) and displayed on the page that way and shows up in the email that way.
How do I get around this?
The form input values are being parsed and placed into simple scalar variables. I then use the variables where needed to display the input.