<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Please, dont' beat: Little Problem with a required field"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Please, dont' beat: Little Problem with a required field"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Please, dont' beat: Little Problem with a required field</title>
				<description><![CDATA[ Hi all (and Carbonize),<br /> <br /> Me again:<br /> <br /> I have used the FAQ and the 'Search' and I could find, how to change the Email-Field into a required field. So far so good. It works almost fine. <br /> <br /> But I couldn't find something about this: The Error page is opening up instead of a pop up (like the Name-error).<br /> <br /> This I have added in form.php:<br /> <br /> function checkForm() {<br />  document.book.gb_email.value=trim(document.book.gb_email.value);<br /> document.book.gb_comment.value=trim(document.book.gb_comment.value);<br /> if(document.book.gb_email.value == "") {<br />    alert("$LANG[ErrorPost12]");<br />    document.book.gb_email.focus();<br />    return false;<br />  }<br /> <br /> Could someone explain a Newbie in detail, what I should do?<br /> <br /> Thank you so much for your help.<br /> <br /> Andrea]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7365/24977.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7365/24977.php</link>
				<pubDate><![CDATA[Mon, 9 Nov 2009 15:05:18]]> GMT</pubDate>
				<author><![CDATA[ Andrea]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I assume you want to do a complete job? If so we will need to edit both the form.php javascript and the entry checking in add.class.php.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7365/24978.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7365/24978.php</link>
				<pubDate><![CDATA[Mon, 9 Nov 2009 15:39:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you so much for your reply, Carbonize.<br /> I know, I'm too pedantic, but it don't look great having different pages for the specific errors.<br /> <br /> I have tried to change in add.class.php, but something goes wrong.<br /> <br /> Could you explain me, where and what I need to edit?<br /> <br /> Thanks a lot.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7365/24979.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7365/24979.php</link>
				<pubDate><![CDATA[Mon, 9 Nov 2009 16:25:52]]> GMT</pubDate>
				<author><![CDATA[ Andrea]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well for a start try this instead<br /> <br /> function checkForm() {<br /> document.book.gb_email.value=trim(document.book.gb_email.value);<br /> document.book.gb_comment.value=trim(document.book.gb_comment.value)<br /> document.book.gb_email.value=trim(document.book.gb_email.value);<br /> if(document.book.gb_email.value == "") {<br /> alert("You must provide your email address!");<br /> document.book.gb_email.focus();<br /> return false;<br /> } <br /> <br /> Try that and see if that works then hit me back to start on the add.class.php<br /> <br /> <br /> Either that or try Lazarus.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7365/24980.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7365/24980.php</link>
				<pubDate><![CDATA[Mon, 9 Nov 2009 16:29:49]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your help.<br /> I have tried, but it doesn't work. Ok, I am a Newbie and it's too complicate for me changing all these things. <br /> <br /> Now I think about Lazarus.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7365/24981.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7365/24981.php</link>
				<pubDate><![CDATA[Tue, 10 Nov 2009 09:54:08]]> GMT</pubDate>
				<author><![CDATA[ Andrea]]></author>
			</item>
	</channel>
</rss>