Hi, I've been given an XML file to work from as a webresource, formatted as follows:
<row>
<code>113</code >
<area>UK</area >
</row>
<row>
<code>114</code >
<area>USA</area >
</row>
<row>
The XML file has over 400 rows, but a customer wants the following to happen:
There is an ID Field on the account form which contains a reference number, if the number matches one of the codes above, then a field called country is auto-populated.
For instance: A reference number of 11487276 - would immediately fill the country field to USA. Can it be done and Does anyone know how to do this client side??