<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How do you make email address required in Guestbook?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How do you make email address required in Guestbook?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How do you make email address required in Guestbook?</title>
				<description><![CDATA[ I just noticed that an email address is not required for Advanced Guestbook and there isn't anyway to do it in the admin?<br /> <br /> Is there a mod for this?<br /> <br /> Thx]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13219.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13219.php</link>
				<pubDate><![CDATA[Thu, 20 Jan 2005 14:50:56]]> GMT</pubDate>
				<author><![CDATA[ hawkeye]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes, do a search for it. there is a thread dedicated to it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13223.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13223.php</link>
				<pubDate><![CDATA[Thu, 20 Jan 2005 16:23:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ carbonize..I saw that post but it it was unclear as to what I am deleting...I want all the existing fields to still be required plus the email...Do I still delete all that code? That tut appeared to me as something to do if you DON'T want any required fields?<br /> <br /> <br /> Thx]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13235.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13235.php</link>
				<pubDate><![CDATA[Thu, 20 Jan 2005 22:32:26]]> GMT</pubDate>
				<author><![CDATA[ hawkeye]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to add some to the javascript and that should make it required for 99.99% of your visitors as they will get a warning. There is also some checking done in the script but this is only required if the user has javascript turned off or is using a browser that does not support it. I'll look into writing a mod for it but I'm tied up at present making a site for a client.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13246.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13246.php</link>
				<pubDate><![CDATA[Thu, 20 Jan 2005 23:59:38]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did anyone ever figure out how to do this? I've checked (and searched!) links but am still unclear. Any help would be great. Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13717.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13717.php</link>
				<pubDate><![CDATA[Sun, 30 Jan 2005 01:12:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This can go in the form.php in the javascript section <br /> <br /> [code]document.book.email.value=trim&#40;document.book.email.value&#41;;<br /> if&#40;document.book.email.value == &quot;&quot;&#41; &#123;<br /> alert&#40;&quot;Add your email address&quot;&#41;;<br /> document.book.email.focus&#40;&#41;;<br /> return false;<br /> &#125;[/code]<br /> Put it immediately under <br /> [code]function checkForm&#40;&#41; &#123;<br /> document.book.name.value=trim&#40;document.book.name.value&#41;;<br /> document.book.comment.value=trim&#40;document.book.comment.value&#41;;<br /> if&#40;document.book.name.value == &quot;&quot;&#41; &#123;<br /> alert&#40;&quot;$LANG&#91;ErrorPost1&#93;&quot;&#41;;<br /> document.book.name.focus&#40;&#41;;<br /> return false;<br /> &#125;[/code]<br /> <br /> Now this is at the most basic text checking level!!! It does not validate email is entered in the correct format - there are plenty of free javascript codes available online if you want something more elaborate.<br /> <br /> NOTE - For the guestbooks that use the values of gb_name, etc., just change all the .email to .gb_email<br /> <br /> Remember that if Javascript is shut off on the visitor's browser, this will not check for the email entry....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13718.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13718.php</link>
				<pubDate><![CDATA[Sun, 30 Jan 2005 03:24:36]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Now if people would only use the sodding search function.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13720.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13720.php</link>
				<pubDate><![CDATA[Sun, 30 Jan 2005 07:30:11]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Now if people would only use the sodding search function.[/quote]<br /> <br /> Are you kidding carb. And people wonder why I have that big search text in my signature.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4127/13725.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4127/13725.php</link>
				<pubDate><![CDATA[Sun, 30 Jan 2005 14:01:56]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
	</channel>
</rss>