Results 1 to 6 of 6

Thread: How to put Captcha in Web to Form

  1. #1
    seanpeace is offline Senior Member
    Join Date
    May 2009
    Posts
    20

    Default How to put Captcha in Web to Form

    I have a PHP captcha module I have been using but I don't know where to put the captcha validation php code.

    Or... what is the preferred way to implement captcha with web to forms.

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: How to put Captcha in Web to Form

    Hey Sean,

    I just did something similar. Take a look at Recaptcha. They've got an easy to use php library as well: http://recaptcha.net/plugins/php/

    Examples are on that page.

  3. #3
    seanpeace is offline Senior Member
    Join Date
    May 2009
    Posts
    20

    Default Re: How to put Captcha in Web to Form

    How did you put them in? It looks like this is already somewhat installed? Where did you put the server side php code?

  4. #4
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: How to put Captcha in Web to Form

    It looks like this is already somewhat installed?
    Exactly, that's how easy it is. You can put the server side code either on the same page and post to yourself and change the action after it validates and resubmit or do an ajax request on the form validation. Here's a sample with the ajax form validation method:

    http://www.darksideofthecarton.com/2...uery-and-ajax/

  5. #5
    ivolator's Avatar
    ivolator is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Dagobah
    Posts
    98

    Default Re: How to put Captcha in Web to Form

    Hi guys. I have played around the issue of putting Captcha on the login form and have build a simple module that provides Captcha for SugarCRM 5.2.0x
    You can download the alpha version at SimpleCaptcha.
    Let me know what you think.
    Last edited by ivolator; 2009-05-18 at 03:51 PM.
    May the source be with you!

    A message from the Dark Side there is ...
    Be done in sugarcrm, no core changes should. Hmmmmmm.
    ...


    Teams For The Masses
    Video Demo of CETeams module

    SimpleCaptcha - A Captcha for SugarCRM 5.2.0x


    Password Resetting For SugarCRM CE PRO and ENT 5.2.0x

  6. #6
    landed is offline Member
    Join Date
    Jan 2010
    Posts
    16

    Default Re: How to put Captcha in Web to Form

    simpleCaptcha looks good , but it would be great to get this in the forms creation stage too.
    Thanks for your tool anyway.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CAPTCHA now implmented for posts
    By clint in forum Site feedback
    Replies: 13
    Last Post: 2011-02-12, 08:33 AM
  2. Prepopulating a form with data from previous form
    By mbuttrey01 in forum Developer Help
    Replies: 6
    Last Post: 2009-02-25, 09:53 PM
  3. Replies: 1
    Last Post: 2009-02-17, 11:42 AM
  4. Replies: 0
    Last Post: 2008-10-07, 12:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •