Form that writes to a CMS table
11 posts by 5 authors in: Forums > CMS Builder
Last Post: May 21, 2011 (RSS)
By zip222 - February 22, 2011
Re: [zip222] Form that writes to a CMS table
By JeffC - February 22, 2011 - edited: February 22, 2011
Re: [Jeffncou] Form that writes to a CMS table
By zip222 - February 22, 2011
Re: [zip222] Form that writes to a CMS table
By JeffC - February 22, 2011
Re: [Jeffncou] Form that writes to a CMS table
By zip222 - February 22, 2011
Re: [zip222] Form that writes to a CMS table
By zip222 - February 22, 2011
Re: [zip222] Form that writes to a CMS table
By zip222 - May 19, 2011
Re: [zip222] Form that writes to a CMS table
By Jason - May 20, 2011
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.
This is a far from fool proof method, but it could help get you started.
Hope this helps
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [zip222] Form that writes to a CMS table
http://www.google.com/recaptcha/captcha
northernpenguin
Northern Penguin Technologies
"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Re: [northernpenguin] Form that writes to a CMS table
By zip222 - May 21, 2011