Firefox PHP

check in e-mail reply box

Posted by Michael Horton 
check in e-mail reply box
October 14, 2002 11:41AM
I'd like to have a 'check' in the "E-mail replies to this thread, to the address above" box by default rather than having people forced to always check it or not. Is there a hack for this somewhere?

thanks
Re: check in e-mail reply box
October 21, 2002 11:02PM
Look in the include directory, in the file named form.php. There should be a line containing
input type="checkbox" name="email_reply" value="Y"

Simply add ' checked ' after the "Y" so it looks like
input type="checkbox" name="email_reply" value="Y" checked



Post Edited (10-23-02 00:53)
Re: check in e-mail reply box
January 06, 2003 03:19AM
is there any way to get the box for guests also?
Sorry, you do not have permission to post/reply in this forum.