Persisting dynamically created input fields after validte() refresh
Hello
I have a category list that a user can choose from, and based on a user's choice, additional fields can be displayed. The issue I'm having is that when a validate() refresh occurs, all the additional fields are gone. Is there a way to store the additional fields and display them again after refresh? Note that I'm very inexperienced in Javascript and I'm only using it because there is not alterantive to what I'm trying to achieve so forgive me if my script is bad.
@Tray2 Yes i am. The dynamic fields are only accessible in the for loops, so i placed the the check you provided in the inputFields variable, but that doesn't seem to work.