Changeset 719509
- Timestamp:
- 05/28/2013 06:52:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dnd-gravity-forms-to-office-autopilot-contact-builder/trunk/gravity-to-officeAP.php
r707648 r719509 5 5 Plugin URI: http://www.progo.com 6 6 Description: This plugin allows you to connect a Gravity Form to an Office AutoPilot Contact insert/update. 7 Version: 3.0. 17 Version: 3.0.2 8 8 Author: Eric DuRose 9 9 Author URI: http://www.danddcompany.com … … 101 101 add_settings_field('oap_custom_fields', 'Select a Form To Map', 'gvtyForm_oap_custom_fields_string', 'my_gvty_oap_custom_plugin', 'gvty_oap_custom_fields_settings'); 102 102 103 } 104 105 function gvty_oap_API_section_text(){ 106 107 return true; 108 103 109 } 104 110 … … 290 296 $response = curl_exec($session); 291 297 curl_close($session); 292 header('Content-Type: application/xml');298 //header('Content-Type: application/xml'); 293 299 $xml = new SimpleXMLElement($response); 294 300 … … 577 583 $xml_data .= '</contact>'; 578 584 579 580 585 /* 586 echo "<pre>"; 587 print_r($xml_data); 588 echo "</pre>"; 589 die(); 590 */ 581 591 582 592 //search for users using email address
Note: See TracChangeset
for help on using the changeset viewer.