Dear Experts,
Please help me on below issue.
I have to pass multiple field values to next page using Apex url. one of the filed having value test#test.
Problem is while processing from page 2 to page 3, it is giving below error message.
500 Internal server error.
. The URL is not well-formed, reason: Malformed escape pair at position:530
I went through different threads, but not able to find the solution for above issue.
I have tried using backslashes(\) before and end of the field name. \&p1_lastname.\
but not able to fix the issue for when # in the last-name field.
Thanks.