Welcome Guest, Not a member yet? Register   Sign In
submit does not work with jquery fields
#1

Sorry for my Inglês, i'm brazilian and not so good.
my problem:
i have a form created byform library  from my collection of libraries.
however there are fields that I add dynamically  (jquery).
. $ ( "# Col") append (text);
when I click submit, I can not retrieve the value passed in this field.
$ This-> input-> post () returns only the fields that was created through the form_input ().
how to proceed?
Reply
#2

Can you show the line of js that is appending the form elements that are not submitting?
Reply
#3

Make sure you are appending in-between the <form> </form> tags. Posting your code would be helpful
Reply




Theme © iAndrew 2016 - Forum software by © MyBB