I am attempting to use the Newsletter sign up on another page. I only have one thread that I want all free guest users to be able to sign up for. <form method="post" name="newsletter" id="newsletter" action="/amember/newsletter.php" > <input type="hidden" name="tr[]" value="1" /> <table width="306"> <tr><td width="70" height="32"><img src="http://www.ratiotrading.com/images/name.gif"></td><td width="236" align="center"><input type="text" name="n" value="" tabindex="100"/></td></tr> <tr><td width="70" height="32"><img src="http://www.ratiotrading.com/images/email.gif"></td><td width="236" align="center"><input type="text" name="e" value="" size="40" tabindex="101" /></td></tr> <tr><td width="70"> </td><td width="236" align="center"><p class="submit"><input type="hidden" name="a" value="add_guest" /> <input type="image" src="http://www.ratiotrading.com/images/signup_btn.gif" value="Register" tabindex="102" class="signup_btn"/></p></td></tr> </table> </form> Being that there is no if statement to get the tr[] array how should i auto subscribe the users to who fill out that form to the thread with id 1?