Customize XML structure
-
Hi,
I’m trying to adjust the XML structure to fit ZebraCRM. Is there a way to have the XML structure customized like this:
<?xml version=”1.0″ encoding=”utf-8″?>
<ROOT>
<PERMISSION>
<USERNAME>Mark</USERNAME>
<PASSWORD>1234567</PASSWORD>
</PERMISSION>
<CARD_TYPE>private_customer</CARD_TYPE>
<CUST_DETAILS>
<P_N></P_N>
<MAIL></MAIL>
<REM></REM>
<SOURCE>Website</SOURCE>
</CUST_DETAILS>
</ROOT>Only P_N, MAIL and REM receive values from the form submission, the rest is static – its stays the same in all forms submitted.
I tried altering with forms-3rdparty-xpost.php, but its a long shot for me since I dont know much php or JS.
Any hint on this?
Thanks!
Yaniv
The topic ‘Customize XML structure’ is closed to new replies.