PDA

View Full Version : forms repopulated with XML data?


doidom
04-28-2006, 01:09 PM
My client would like to be able to see and print form inquiries like the HTML form the visitor used. In other words have the existing form(s) populated with the XML data the user submitted or have the user submissions email the HTML form with fields autopopulated with the XML data.

Any help, tutorials, scripts, would be tremendously appreciated.

vinyl-junkie
04-30-2006, 11:45 PM
You might want to check out the XML tutorials at w3schools (http://www.w3schools.com/). Besides showing you how to use XML in general, there are many examples of how to retrieve and display data from XML files.