<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Require Real Name to be Entered</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Require Real Name to be Entered]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 03:34:41 +0000</pubDate>
  <lastBuildDate>Wed, 25 May 2005 06:47:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=15211</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Require Real Name to be Entered : Just for reference, you can&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83861.html#83861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=5528">kbannon</a><br /><strong>Subject:</strong> 15211<br /><strong>Posted:</strong> 25&nbsp;May&nbsp;2005 at 6:47am<br /><br />Just for reference, you can't force an open forum membership to submittheir real name - you can just force them to enter something which, forexample, could be 'get lost!']]>
   </description>
   <pubDate>Wed, 25 May 2005 06:47:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83861.html#83861</guid>
  </item> 
  <item>
   <title><![CDATA[Require Real Name to be Entered : Found the error of my ways.  Correct...]]></title>
   <link>https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83839.html#83839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20600">crhoa</a><br /><strong>Subject:</strong> 15211<br /><strong>Posted:</strong> 24&nbsp;May&nbsp;2005 at 8:29pm<br /><br />Found the error of my ways.<DIV>&nbsp;</DIV><DIV>Correct code is:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#800000 size=1><P>&lt;%</P><P>'If this is new reg then make sure the user eneters a real name</P><P>If strMode ="new" Then </P><P>%&gt;</P><P>//Check for a real name </P><P>if (document.frmRegister.realName.value == ""){ </P><P>errorMsg += "\n\tYou must enter your name";</P><P>} </P><P>&lt;% </P><P>End If </P><P>%&gt;</P></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 24 May 2005 20:29:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83839.html#83839</guid>
  </item> 
  <item>
   <title><![CDATA[Require Real Name to be Entered : OK realized what I did wrong......corrected...]]></title>
   <link>https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83837.html#83837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20600">crhoa</a><br /><strong>Subject:</strong> 15211<br /><strong>Posted:</strong> 24&nbsp;May&nbsp;2005 at 7:53pm<br /><br />OK realized what I did wrong......corrected code is<DIV>&nbsp;</DIV><DIV>&lt;%<BR>'If this is new reg then make sure the user eneters a real name<BR>If strMode ="new" Then <BR>&nbsp;%&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Check for a real name <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (document.frmRegister.realName.value == ""){ <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp; errorMsg += "\n\tYou must enter your real name."; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } </DIV><DIV>&lt;%&nbsp;&nbsp;&nbsp;&nbsp; <BR>End If <BR>&nbsp;%&gt;</DIV>]]>
   </description>
   <pubDate>Tue, 24 May 2005 19:53:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83837.html#83837</guid>
  </item> 
  <item>
   <title><![CDATA[Require Real Name to be Entered : First WWF looks great!  I&amp;#039;m...]]></title>
   <link>https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83827.html#83827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20600">crhoa</a><br /><strong>Subject:</strong> 15211<br /><strong>Posted:</strong> 24&nbsp;May&nbsp;2005 at 4:58pm<br /><br /><DIV>First WWF looks great!</DIV><DIV>&nbsp;</DIV><DIV>I'm trying to enforce that a real name is entered when registering.</DIV><DIV>&nbsp;</DIV><DIV>In the language_file_inc.asp I have added:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; Const strTxtErrorRealName = "Real Name \t- You must enter your name to register"</DIV><DIV>&nbsp;</DIV><DIV>And in the Java Script in register.asp (above Check for security code) I have entered.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; 'If this is new reg then make sure the user enters there name<BR>&nbsp;&nbsp; If strMode ="new" Then <BR>&nbsp;&nbsp; &nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp; //Check for a name<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (document.frmRegister.realName.value &lt;=10){<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; errorMsg += "\n\t&lt;% = strTxtErrorRealName %&gt;";<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&lt;%</DIV><DIV>&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>However, when I publish the register.asp and try to register I get a blank page.</DIV><DIV>&nbsp;</DIV><DIV>Is there something I have not done?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 24 May 2005 16:58:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/require-real-name-to-be-entered_topic15211_post83827.html#83827</guid>
  </item> 
 </channel>
</rss>