Hi Dynamicweb,
I have a page with a form generated with an XSLT template with the datamanagement forms module. To this page I am posting several values. With the server.request tag I can extract the values in my XSLT.
I would like to populate some of my hidden fields with the server request values. The problem is I cannot access the hidden fields with XSLT, because the are not on the right way in the XML.
Please create a loop of alle the hidden fields, so I can access them. Now I'm again forced to use a very dirty workaround.
Kind Regards, Pim