Hello,
In the attached image, I want to change the List parameter from datalistField20 to Field86. In the image, I used the Firefox debugger to manually change the List to Field86, to demonstrate what I'm after. I can't for the life of me find a solution on the 'net.
When I use $('#Field20').parent().html(), the value of list is "datalist20" so I'm unable to change the list value with a simple search and replace.
Has anyone got any good idea on how to achieve this?
-Ben