Special characters reverting from code
-
I’m working on a contact form to API where the information is passed into a TenStreet API. The Company Name field includes an & in it. In order for the XML to validate and run, the ‘& amp ;’ or ‘& #038 ;’ need to be used, but each time I add them to the XML, the form automatically changes them back to an &. In order to authorize the data to post to the API, the data needs to match.
Right now, the & which is automatically replaced escapes the XML and when removing it, the data won’t authorize with TenStreet’s API.
Assistance to get this working is appreciated!
Thanks!
- This topic was modified 6 years, 8 months ago by . Reason: (code didn't show originally)
- This topic was modified 6 years, 8 months ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Special characters reverting from code’ is closed to new replies.