Title: Customize XML structure
Last modified: August 21, 2016

---

# Customize XML structure

 *  Resolved [yanivjs](https://wordpress.org/support/users/yanivjs/)
 * (@yanivjs)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/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
 * [https://wordpress.org/plugins/forms-3rd-party-xpost/](https://wordpress.org/plugins/forms-3rd-party-xpost/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/customize-xml-structure/#post-4758512)
 * Hi, sorry for the delay — try the latest version 0.2.
 * You can specify nesting with `/` in the field mapping names, so:
 * * `permission/username`
    * `permission/password` * `cust_details/p_n` * etc
 * should work for you.
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/customize-xml-structure/#post-4758519)
 * Assuming resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customize XML structure’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rd-party-xpost.svg)
 * [Forms: 3rd-Party Xml Post](https://wordpress.org/plugins/forms-3rd-party-xpost/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rd-party-xpost/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rd-party-xpost/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rd-party-xpost/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rd-party-xpost/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rd-party-xpost/reviews/)

## Tags

 * [structure](https://wordpress.org/support/topic-tag/structure/)

 * 2 replies
 * 2 participants
 * Last reply from: [zaus](https://wordpress.org/support/users/zaus/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/customize-xml-structure/#post-4758519)
 * Status: resolved