I have a question regarding a php form. I\'ve added a checkbox to the existing form, but not sure how to add it to the php. I would like it to send \"yes\" if the visitores
if(isset($_POST["newsletter"]) && $_POST["newsletter"] == "newsletter"){ //checked }