removing characters in string

admin

Administrator
Staff member
I have a form for users to fill out. When they press SUBMIT it takes them to a contract page that takes the values submitted and uses them to pre-fill out the contract page. The problem is, along with the form values, "+" characters are inserted where blank spaces should be. For example:

5200 west century blvd, suite 800

would look like:
5200+west+century+blvd,+suite+800

How do I get rid of these plus characters and replace them with a blank space?
 
Back
Top