Welcome Guest, Not a member yet? Register   Sign In
Cloned fields insert_batch
#1

[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


Messages In This Thread
Cloned fields insert_batch - by El Forum - 02-26-2012, 10:38 PM
Cloned fields insert_batch - by El Forum - 02-27-2012, 12:38 AM
Cloned fields insert_batch - by El Forum - 02-29-2012, 05:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB