Answer the question
In order to leave comments, you need to log in
Why aren't new elements and form data created with jquery being submitted?
hello. There is one web interface, I change the functionality in it. I've made some jquery frontend code that allows me to add some data that I want to process on the backend when submitting the whole form. I add the data, I see it in the interface:
In the firebug I see that there is a hidden input:
However, if I want to see the html code of the page, then this data (and inputs) is not in the table:
In the code, everything is as if I had not added nothing. Why?
On the backend, I do var_dump($_GET)
and the array does not have this new data. What am I doing wrong? The new inputs are inside the form tags. Why are new items not being sent?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question