Your email question may also require some custom code because I don't know that you can tell what options haven't been checked by the form data returned in the $_POST associative array. You would have to determine that somehow in code. Or again, you can take advantage of jQuery to store what hasn't been selected in a hidden field. Then you can include that hidden field in your email.
Please login or Register to submit your answer