I've tried searching around but there isn't something that is a fairly concrete example of this, and my 'jQuery-Foo' Is rather poor.
Here's what I'm trying to accomplish:
User is presented with a form in which they enter user data (first/last/address, etc).
When it comes time to add a phone number, they need to be able to add as many as they would like. Through jQuery, how would i add another textbox to the form at a specific div (say div id="phoneNumbers"), and have those textbox values be added to the resulting formcollection object on save?
Would this sort of scenario even work? Can anyone suggest a better option for accomplishing this?
Thanks in Advance