I have a form which sends the variables using post to a php file which tne sends the data to the end user via email. I have no clue what to do with the checkboxes (there are two) to get them to show up as a variable on the php file. I'm guessing it has something to do with change Handler or eventhandler, but am not sure. I just want them to start out as false, and become true onclick(or release), but don't have a clue.
Any help.