Forum Moderators: coopster
<?php include("/mail/globals.php");?>
<form action="<?php echo $website.$relative_string;?>" name="subscribe" onsubmit="javascript:return checkEmail(this);" method="post">
<label>Join the Newsletter</label><br>
<input name="subscribe" type="radio" value="true" checked>
Subscribe<br>
<input type="radio" name="subscribe" value="false">
Un-Subscribe<br>
<input name="email" type="text" class="field" id="email2" value="Your email address" size="26" onfocus="this.value='';" >
<input name="group" type="hidden" id="group[]" value="<?php echo $group;?>">
<input name="Submit2" type="submit" class="field" value="Submit"></form>