Try changing that line to this:
Because Backstage is the value of the radio button, not Backstageworker as it was in the code.PHP Code:if($_POST[shade] == 'Backstage' || $_POST[shade] == 'Both') {
Printable View
Try changing that line to this:
Because Backstage is the value of the radio button, not Backstageworker as it was in the code.PHP Code:if($_POST[shade] == 'Backstage' || $_POST[shade] == 'Both') {
Yep, it's working now. Thanks JShor!