I am trying to get the values of the HTML fields onto php and I can only see a few coming through using a print_r ($_REQUEST)
.
So with the current html (http://pastebin.com/SDjZQCxD) i can't get anything through that is inside the div userData.
If I move the contents of that div above input id="submit-addItem" type="button" value="Add my item" style="display: block; display: none;" />
then strangely enough I can see the values in php using the get ..(so it works)
However I am puzzled in regards to why .. I mean I want to leave the elements as it and they are all inside the form so I am not sure why if I move them above the submit-additem it works but otherwise it doesn't..
The html code can be found here http://pastebin.com/SDjZQCxD
Thanks