Hey,
I want the 'Add one more' link to add another textbox varible set (name, value) without reloading the page. Does anyone kno how to do this.
So when the 'Add one more' link is clicked it will add another name input box with the name of name[2] & for it to ll another value input box with the name value[2]. The more you add the input name will increase like: [1], [2], [3], [4] etc..
Thanks.