Fields not mapping correctly
-
I am integrating with an ASP.net c# web service that allows FORM POST/GET to submit data. The field mapping is set up correctly, and the debug e-mail gets all the fields; but when it posts the fields to the service it is omitting a few important fields, and I can’t figure out why. the phone and siteURL fields are not posting. Below is the debug email:
*** Post (Form) ***
Array
(
[_wpcf7] => 29
[_wpcf7_version] => 3.3.1
[_wpcf7_unit_tag] => wpcf7-f29-p7-o1
[_wpnonce] => 7bd0ca47ef
[Sitename] => JPKPhoto Test
[SiteURL] => https://www.jpkphoto.info
[ApproxMobileTraffic] => 100
[Top3TrafficCountries] => usa
[SitestoSetup] => https://www.jpkphoto.info
[Name] => Joe Kuzma
[Company] => jpkphoto
[Phone] => 321-000-0000
[Email] => [email protected]
[skype] =>
[Referredby] =>
[NameonCheck] => Joe Kuzma
[StreetAddressCityStateZip] => adresss
[BeneficiaryName] =>
[BeneficiaryFullAddress] =>
[BankName] =>
[FullBankAddress] =>
[BankAccountNumber] =>
[BankABARoutingNumber] =>
[BankIBANNumber] =>
[PaxumUsername] =>
[PaypalEmailAddress] =>
[IaccepttheTERMSANDCONDITIONSforbecomingapublisher_] => Array
(
[0] => I accept the TERMS AND CONDITIONS for becoming a publisher.
)[_wpcf7_is_ajax_call] => 1
[IaccepttheTERMSANDCONDITIONSforbecomingapublisher.] =>
)*** Post (to Service) ***
Array
(
[sitename] => JPKPhoto Test
[traffic_estimate] => 100
[topcountry] => usa
[sitestosetup] => https://www.jpkphoto.info
[paypal_email] =>
[name] => Joe Kuzma
[company] => jpkphoto
[email] => [email protected]
[skype] =>
[referredby] =>
[check_name] => Joe Kuzma
[check_address] => adresss
[wire_name] =>
[wire_address] =>
[wire_bankname] =>
[wire_bankaddress] =>
[wire_bankaccount] =>
[wire_aba] =>
[wire_iban] =>
[paxum_user] =>
[password] => please_replace_with_password
)https://www.ads-software.com/extend/plugins/contact-form-7-3rd-party-integration/
- The topic ‘Fields not mapping correctly’ is closed to new replies.