I have the same issue so I followed the directions in previous post to add the hidden email. I kept the text input from email as well thinking that this would still show WHO originated the email from the forum.
I've tried with just the hidden email and with both the hidden and text inpu but I can't get it to work.
This is what the snippet of code looks like after I changed the email_topic.asp file:
<input type="hidden" name="FromEmail" size="20" maxlength="50" value="value ="Forums@LincolnParkMi.net" />
<td align="left" width="234" background="<% = strTableBgImage %>">
<input type="text" name="FromEmail" size="20" maxlength="50" value="<% = strAuthorEmail %>" onFocus="FromEmail.value = ''" />
Any ideas on how I screwed this up so that it doesn't work anymore?
Thanks in advance for any help on this.
Robin