I am having trouble getting the values of fields that have an array such as the name, address, or checkbox fields. $_POST["input_fieldid"] works great when the value is a string such as text fields. I tried $_POST["input_2.1"]
to get the value particular item in a checkbox but it does not return anything. Trying the same sort of thing also does not work with the name field using "3.3" for the first name, for example.
Any help would be greatly appreciated.
Thank you