Hi all,
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