<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Errors not displaying</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Errors-not-displaying-79908</link>
        <description></description>
        <pubDate>Tue, 14 Jul 2026 21:49:34 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Errors-not-displaying-79908" rel="self" type="application/rss+xml" />

                <item>
          <title>Errors not displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235984#post2235984</link>
          <description><![CDATA[<p>Wow!  Thanks.... I got it!</p>
<p>I added var_dump($formErrors); after the error checking, and it showed them, but for some reason </p>
<blockquote>
<p>else {<br /> $errorsAndAlerts = $formErrors;<br /> }</p>
</blockquote>
<p>is not working, so I added. </p>
<blockquote>
<p>&lt;?php if (@$errorsAndAlerts): ?&gt;<br /> &lt;div class="alert"&gt;&lt;?php echo $errorsAndAlerts; ?&gt;&lt;/div&gt;<br /> &lt;?php endif ?&gt;</p>
<p><span style="color:#ff0000;">&lt;?php if (@$formErrors): ?&gt;</span><br /><span style="color:#ff0000;"> &lt;div class="alert"&gt;&lt;?php echo $formErrors; ?&gt;&lt;/div&gt;</span><br /><span style="color:#ff0000;"> &lt;?php endif ?&gt;</span></p>
</blockquote>
<p>Everything sweet!  Thanks!</p>]]></description>
          <pubDate>Wed, 04 Feb 2015 14:50:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235984#post2235984</guid>
        </item>
                <item>
          <title>Errors not displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235981#post2235981</link>
          <description><![CDATA[<p>:) sorry for the tech speak. Var_dump is a function that puts a variable along with its metadata on the screen, and it's good for figuring out what the page is doing behind the usual HTML/CSS. Let me know if you have issues with it.</p>]]></description>
          <pubDate>Wed, 04 Feb 2015 14:37:32 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235981#post2235981</guid>
        </item>
                <item>
          <title>Errors not displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235980#post2235980</link>
          <description><![CDATA[<p>Have I done <em>WHAT</em> to <em>WHO</em>?  LOL.</p>
<p>I'll try that!  Thanks</p>]]></description>
          <pubDate>Wed, 04 Feb 2015 14:29:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235980#post2235980</guid>
        </item>
                <item>
          <title>Errors not displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235977#post2235977</link>
          <description><![CDATA[<p>Hi Tim</p>
<p>Nothing jumps out right now, but have you done a var_dump on the $_REQUEST array just after the form starts to process? You should also do the same to $formErrors after the script passes the error checks.</p>]]></description>
          <pubDate>Wed, 04 Feb 2015 09:50:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235977#post2235977</guid>
        </item>
                <item>
          <title>Errors not displaying</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235968#post2235968</link>
          <description><![CDATA[<p>This is driving me crazy.  Can anyone please let me know why no error message is showing when fields are submitted empty?  It should display "You must enter your full name" etc</p>
<p>The message is displaying correct if everything works fine...</p>
<p>I've attached the complete file.</p>]]></description>
          <pubDate>Tue, 03 Feb 2015 15:51:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235968#post2235968</guid>
        </item>
              </channel>
    </rss>
  