Form question: What widget to use for that ?
Hi there!
Here's an XML feed I have that's set up to feed a form:
Code:
<?xml version="1.0" encoding="iso-8859-1" ?>
<call>
<call_details>
<number>15590</number>
<description>[2010-09-21 11:49] Test</description>
<dateentered>2010-09-21 11:49</dateentered>
<priority>P1 (Critical)</priority>
<status>In progress</status>
<category>Hardware</category>
<subcategory>Damaged Equipments</subcategory>
<producttype>Batterie</producttype>
<summary>Test</summary>
<solution>[WebClient 2010-09-27 10:00]Client is requesting an update</solution>
</call_details>
<ressources>
<ressource>
<name>Ressource name #1</name>
</ressource>
<ressource>
<name>Ressource name #2</name>
</ressource>
</ressources>
</call>
I've got it all figured out, but the only remaining bit is those ressources I want to show up in the form. Do you have any idea what kind of widget I could use to plug it in there ?
Thanks!
:)