<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Form that writes to a CMS table</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Form-that-writes-to-a-CMS-table-72280</link>
        <description></description>
        <pubDate>Fri, 06 Mar 2026 12:07:56 -0800</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Form-that-writes-to-a-CMS-table-72280" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211426#post2211426</link>
          <description><![CDATA[Hi Zip222,<br /><br />I'm also a proponent of using CAPTCHA in my forms instead of &quot;hidden&quot; fields. I find that actively filling in a CAPTCHA code field gives the person filling out the form the feeling that their information is somehow safer.<br /><br />I originally used the Google app, but switched to using a program called CAPTCHA creator. I find it much easier to customize then the Google app. <br /><br />Just in case you want to do some other things with your form, I've attached a fairly comprehensive set of php files that I've used for signing up members for a client of mine's website. (I changed paths and web addresses to generic ones for the samples)<br /><br />There's error checking, automatic posting to hidden fields, automatic display of existing data, and more, including how to work with date fields in your form. <br /><br />As you discovered, you'll have to have a field in your table you're using for each field referenced in the form.<br /><br />There are a there are a number of recipes dealing with form customization in my CMSB Cookbook <a target="_blank" href="http://www.thecmsbcookbook.com">http://www.thecmsbcookbook.com</a><br /><br />Hope the attachment helps to clear up some of the finer points.<br /><br />Jerry Kornbluth<br />]]></description>
          <pubDate>Sat, 21 May 2011 20:04:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211426#post2211426</guid>
        </item>
                <item>
          <title>Re: [northernpenguin] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211425#post2211425</link>
          <description><![CDATA[I am trying to use a system that doesn't require the user to enter anything. I read about methods that a field that is hidden to the user, but is &quot;visible&quot; to bots, and therefore tricks the bot into entering a value. The error checking looks at this field and then rejects the entry if anything is entered into the field.<br />]]></description>
          <pubDate>Sat, 21 May 2011 10:13:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211425#post2211425</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211424#post2211424</link>
          <description><![CDATA[You might also want to install a captcha<br /><br /><a target="_blank" href="http://www.google.com/recaptcha/captcha">http://www.google.com/recaptcha/captcha</a><br />]]></description>
          <pubDate>Sat, 21 May 2011 08:45:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211424#post2211424</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211408#post2211408</link>
          <description><![CDATA[Hi,<br /><br />One thing you can do is randomly generate 3 numbers using rand().  You can then add them together and store the answer in a hidden field.  Finally, you display the 3 numbers: (number1 + number2 + number3 = ) with a text box where they type in the answer.  If the answer they enter matches you hidden field, it's a valid entry.  Otherwise, the page reloads and 3 new numbers are generated.<br /><br />This is a far from fool proof method, but it could help get you started.<br /><br />Hope this helps<br />]]></description>
          <pubDate>Fri, 20 May 2011 11:41:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211408#post2211408</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211390#post2211390</link>
          <description><![CDATA[Any thoughts on how I could some basic spam protection to this? I have read about using a hidden input field for this purpose, but I am not sure how to implement this.<br />]]></description>
          <pubDate>Thu, 19 May 2011 10:54:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211390#post2211390</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209784#post2209784</link>
          <description><![CDATA[Figured it out. I overlooked that I also needed to update the &quot;name&quot; values in the form inputs. I didn't know this add-on existed. It's pretty useful, and easy to implement.<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 17:28:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209784#post2209784</guid>
        </item>
                <item>
          <title>Re: [Jeffncou] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209775#post2209775</link>
          <description><![CDATA[Yes, it is definitely in the database with the exact same name.<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 14:34:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209775#post2209775</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209771#post2209771</link>
          <description><![CDATA[Have you added the field in the section editor. It sounds like perhaps the form is calling a field in the db that doesn't exist<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 14:18:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209771#post2209771</guid>
        </item>
                <item>
          <title>Re: [Jeffncou] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209766#post2209766</link>
          <description><![CDATA[Thanks, that is what what I am looking for. Though... it works fine if I leave the code exactly as is. But if I try to add another field I am getting an &quot;undefined index&quot; error for each field that i try to add. it seems fairly straightforward what i need to update, but it is not working. any thoughts?<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 13:57:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209766#post2209766</guid>
        </item>
                <item>
          <title>Re: [zip222] Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209761#post2209761</link>
          <description><![CDATA[I think the file 'addForm.php' should do what you need. I have attached it for you<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 13:14:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209761#post2209761</guid>
        </item>
                <item>
          <title>Form that writes to a CMS table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209750#post2209750</link>
          <description><![CDATA[Is it complicated to setup a form that writes to a CMS table? I would like to collect information from visitors via a form and then display it on the site.<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 08:39:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209750#post2209750</guid>
        </item>
              </channel>
    </rss>
  