Hello,
I know this topic has been covered several times already but I think my scenario is slightly different?
I have a custom form with several text fields and 8 lookup fields to multiple libraries. Of the 8 lookup fields 7 are controlled using the SPCascadeDropdown function. Within the custom form I have 1 button which adds a value to that lookup column via a modal pop-up window.
The button works fine and after adding an additional item to my lookup list I am returned to my original custom form.... but only some of the fields have been cleared. My text boxes are still intact and 3 of my 8 lookup filed's still contain the input data. 2 of 3 are using SPCascadeDropdown. My question is why?
From the previous posts i've read other users seem to suggest that all data from the form is removed, for me this is not the case?
Any help appreciated.