The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
XML Export Question - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: XML Export Question (/showthread.php?tid=963) |
XML Export Question - greatwhitebuffalo - Dec 7th, 2010 Hello, I need to export some data in XML format and have a question. I'm very new to the Smarty engine, so please bear with me if this is a stupid question. I have data that is repeating, for instance asking for the last three addresses someone has lived at. My web form will take the data in under the variables previousaddress, previouscity, previousstate, previouszip then previousaddress1, previouscity1, previousstate1, previouszip1, etc. How do I then export all of this data from the form as <previousaddress> <address> <city> <state> <zip> </previousaddress> For all of them? Any help or pointing to the proper documentation would be much appreciated! Thank you! RE: XML Export Question - RonaldMarks - Mar 15th, 2011 Save the XML data to an XML data file in mapped cell in the file name box for XML data file. Save XML data in Save as type, if Export XML dialogue box appear then click XML map that you want o use and then click on OK. |