I have a form with some different input elements. One of these is a checkbox array. Adding another checkbox to the array using Jquery, without reloading the page I cannot see my checked checkbox on $_POST?
Is there any way to add extra input fields with values, and then catching these in a $_POST?
Thanks in advance
Thanks for your responses! I believe I didn’t explain myself well enough, and that might have lead to some confusion.
I build the example from scratch, and that solves my question- it is doable. I must have some other code in my script that’s preventing it from working.
See my example below:
http://pastie.org/1077627