[eluser]alexaaaaaaaaaa[/eluser]
Hi all i have a problem with cloned fields
i use jquery in order to clone multiple fields , all good i've got for example something like:
Code:
<input type="text" name="mytext" id="mytext"/>
and the cloned like this
Code:
<input type="text" name="mytext" id="mytext1"/>
and so on if i add more ..the id gets incremented.
In my view form i also store the value of how many times the form has been cloned, and in my controller i don't get those values of my cloned fields i've tryed even the print_r($this->input->post()); but i only get the values of non cloned fields.
Should i say that i know that those cloned fields are in the form...don't know what's the problem maybe some advice...
Thank you,
Alexa