[insert_php] $Invites = $_REQUEST[“Invites”]; if($Invites==”True”) { echo ‘ ‘; echo ‘‘; echo ‘ Dear Valued Customer: If you would like to change your email address or unsubscribe from the FantaSea newsletter, simply select the appropriate option below, then click the submit button. *indicates a required field Current primary email address *’; echo ‘‘; echo ‘ ‘; if($_REQUEST[‘unsubscribe’]== ‘True’) $selected = ‘checked=”checked”‘; echo ‘‘; echo ‘ Please remove me from your newsletter email list. Please change my email address Enter new e-mail address Re-enter address to confirm ‘; } [/insert_php]