Results 1 to 4 of 4

Thread: captcha image validation in web-to-lead form

  1. #1
    akkimca's Avatar
    akkimca is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    270

    Question captcha image validation in web-to-lead form

    Hi,

    i need to put captcha image validation to stop SPAM mail in Web-to-lead form.

    so is there any way to do this ?

    thanks
    Regards
    ==========================
    akkimca
    Work as Sugarcrm Freelancer
    Feel free to Find me in skype. Its my pleasure to talk with you.
    ID: akshay.biztech

  2. #2
    akkimca's Avatar
    akkimca is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    270

    Question Re: captcha image validation in web-to-lead form

    done.

    i have to modify some core file of sugarcrm. But its ok for me

    still anyone know proper way to do this ?????


    thanks
    Regards
    ==========================
    akkimca
    Work as Sugarcrm Freelancer
    Feel free to Find me in skype. Its my pleasure to talk with you.
    ID: akshay.biztech

  3. #3
    HolmesA's Avatar
    HolmesA is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    109

    Default Re: captcha image validation in web-to-lead form

    Which Captcha did you use? I noticed that bots are becoming very smart hacking simple captchas. I switched to Recaptcha and it seems to be pretty strong, but I am only using it for a couple of months. No bots as for today.

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: captcha image validation in web-to-lead form

    Did you already see the module
    /modules/Campaigns/CaptchaValidate.php ?

    And do you see this code in /modules/Campaigns/GenerateWebToLeadForm.php ?

    PHP Code:
    $Web_To_Lead_Form_html .="<script type='text/javascript'>
     function submit_form(){
      if(typeof(validateCaptchaAndSubmit)!='undefined'){
       validateCaptchaAndSubmit();
      }else{
       check_webtolead_fields();
      }
     } 
    Strange, isn't it?
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. captcha image validation in sugarcrm
    By akkimca in forum Help
    Replies: 0
    Last Post: 2010-03-30, 07:50 AM
  2. How to put Captcha in Web to Form
    By seanpeace in forum Help
    Replies: 5
    Last Post: 2010-03-08, 10:18 AM
  3. WebToLead Form Submission + Captcha
    By linuxhombre1 in forum Help
    Replies: 8
    Last Post: 2010-02-11, 09:11 PM
  4. Replies: 1
    Last Post: 2009-02-17, 11:42 AM
  5. form validation
    By splinters in forum Help
    Replies: 4
    Last Post: 2008-03-12, 09:19 PM

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
  •