<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Form Features &#8211; Victoria Forms</title>
	<atom:link href="http://victoriaforms.com/faq_category/form-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://victoriaforms.com</link>
	<description>Home</description>
	<lastBuildDate>Tue, 06 Feb 2018 15:04:52 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>http://victoriaforms.com/wp-content/uploads/2019/04/cropped-Victoria-Forms-logo-32x32.png</url>
	<title>Form Features &#8211; Victoria Forms</title>
	<link>http://victoriaforms.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>I&#8217;ve added a Javascript condition, but the field still shows all the time.</title>
		<link>http://victoriaforms.com/faq-items/ive-added-a-javascript-condition-but-the-field-still-shows-all-the-time/</link>
					<comments>http://victoriaforms.com/faq-items/ive-added-a-javascript-condition-but-the-field-still-shows-all-the-time/#respond</comments>
		
		<dc:creator><![CDATA[Dan Dean]]></dc:creator>
		<pubDate>Tue, 06 Feb 2018 15:04:52 +0000</pubDate>
				<guid isPermaLink="false">https://victoriaforms.com/?post_type=avada_faq&#038;p=13644</guid>

					<description><![CDATA[Check your if statements to ensure you have == where required. For example: if (condition = true) { result = true; } should be if (condition == true) { result = true; }]]></description>
										<content:encoded><![CDATA[<p>Check your <code>if</code> statements to ensure you have <code>==</code> where required.</p>
<p>For example:</p>
<p><code>if (condition = true) {<br />
result = true;<br />
}</code></p>
<p>should be</p>
<p><code>if (condition == true) {<br />
result = true;<br />
}</code></p>
]]></content:encoded>
					
					<wfw:commentRss>http://victoriaforms.com/faq-items/ive-added-a-javascript-condition-but-the-field-still-shows-all-the-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
