Hi, I have a page that has fields dynamically loaded via JQuery. It allows a user to add additional fields and data on the fly. Currently that data is collected via JQuery and sent via an Ajax request to be dealt with.
But is there anyway of doing this in a normal action post? Currently it seems that the dynamically inserted fields are not being included in the post. I tried using FormCollection as a parameter to my Action, but that didnt seem to work.