I have an hash of arrays which needs to be put into an HTML Template. So that hash of arrays may contain text value or selection box or drop down box.
I could do it but its really very complex. For each and every selection box, I need to create a TMPL VAR and display the values.
Thanks.