WE'RE HERE TO HELP!

‘#’ (pound sign) in data getting passed thru POST is messing up that field and the rest in the Record

To get all the data posted correctly, you have to replace the # (pound sign) with %23.

Example:

Old URL:
https://app.crmtool.net/lp_NewLead.asp?lp_username=jotest&lp_password=jotest&lp_CompanyID=21830&lp_Company=Test Set Campaign&lp_Phone1=415-391-4254&lp_ContactfirstName=Test#Test&lp_ContactLastName=Test1

New URL:
https://app.crmtool.net/lp_NewLead.asp?lp_username=jotest&lp_password=jotest&lp_CompanyID=21830&lp_Company=Test Set Campaign&lp_Phone1=415-391-4254&lp_ContactfirstName=Test%23Test&lp_ContactLastName=Test1

Reference: http://www.w3schools.com/tags/ref_urlencode.asp

Was this article helpful?
How can we improve this article?
Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Need More Help?

Can't find what you're looking for?
Email Us

WHAT'S NEW IN APP4

In This Article
Scroll to Top