<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Pop-up when code is not filled in"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Pop-up when code is not filled in"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Pop-up when code is not filled in</title>
				<description><![CDATA[ Hello,<br /> <br /> When you want to post a message in the guestbook, you have to fill in the code (CAPTCHA).<br /> <br /> If you don't, it says that one thing in the fields is wrong. Is it possible to make a pop-up that says "You forgot to fill in the code".<br /> <br /> Just like when you forgot your name, it says: "You didn't fill in your name. Go back en change!".]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6098/22026.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6098/22026.php</link>
				<pubDate><![CDATA[Sun, 28 Jan 2007 19:04:20]]> GMT</pubDate>
				<author><![CDATA[ Niels]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No as then you would have to put the code in the Javascript which would make it readable by spammers.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6098/22027.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6098/22027.php</link>
				<pubDate><![CDATA[Sun, 28 Jan 2007 20:06:01]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry ignore that I misread your question.<br /> <br /> Off the top of my head open form.php in templates and find <br /> <br />  document.book.gb_comment.value=trim(document.book.gb_comment.value);<br />  if(document.book.gb_name.value == "") {<br />    alert("You forgot to fill in the Name field. Please correct it and re-submit.");<br />    document.book.gb_name.focus();<br />    return false;<br />  }<br /> <br /> Replace with<br /> <br />  document.book.gb_captcha.value=trim(document.book.gb_captcha.value);<br /> document.book.gb_comment.value=trim(document.book.gb_comment.value);<br />  if(document.book.gb_name.value == "") {<br />    alert("You forgot to fill in the Name field. Please correct it and re-submit.");<br />    document.book.gb_name.focus();<br />    return false;<br />  }<br />  if(document.book.gb_captcha.value == "") {<br />    alert("You forgot to fill in the Name field. Please correct it and re-submit.");<br />    document.book.gb_captcha.focus();<br />    return false;<br />  }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6098/22028.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6098/22028.php</link>
				<pubDate><![CDATA[Sun, 28 Jan 2007 22:26:10]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>