Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Proxicode 119 posts 305 karma points
    Feb 19, 2014 @ 03:06
    Proxicode
    0

    Re-Captcha to Math Solution?

    Hello all!

    I'm trying to figure out what it would take to have Contour's Captcha use math problems with numeric answers instead of those crazy words. My client is getting feedback from their customers that the the captcha text is too difficult to decipher so they are skipping the forms.

    They have asked if we could replace the captcha with something like "1+1=", but obviously it would be a unique question on each load. I have seen these types of captchas around the internet, and I suppose I could write one, but I need it to work with Contour forms as we have many existing forms already created.

    Any ideas?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 20, 2014 @ 08:28
    Tim Geyssens
    0

    Key in Contour is that you'll need to hook into the validaiton to make sure the user entered the right answer...

    event is called FormValidate available on Umbraco.Forms.Mvc.Controllers.FormRenderController

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 20, 2014 @ 08:30
    Tim Geyssens
    0

    So new fieldtype that randomly generates a math question, store solution in temp data and then compare user input to value in temp data in validation event

  • sun 403 posts 395 karma points
    Feb 20, 2014 @ 09:40
    sun
    0

    Please make a new simple Captcha fieldtype. Many viewers don't know English words.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 20, 2014 @ 09:53
    Tim Geyssens
    0

    Good point sun will make sure we add something :) what would work worldwide? math solution?

  • Proxicode 119 posts 305 karma points
    Feb 20, 2014 @ 17:26
    Proxicode
    0

    @Tim - an integrated math solution would be ideal! :-)

    -Roger

  • sun 403 posts 395 karma points
    Feb 23, 2014 @ 12:46
    sun
    0

    yes, for example: 1+2=?, 12+1=?, 2+13=?. I think first it should be very simple. then, it can't be recognized by computer. So, I suggest it should like: ?+?,??+?,?+??,?-?,??-? It should support above five format.

  • sun 403 posts 395 karma points
    Feb 23, 2014 @ 12:50
    sun
    0

    It should randomly generate one of five math formula format:?+?,??+?,?+??,?-?,??-? I think this is enough.

  • Steve 139 posts 318 karma points
    Dec 19, 2014 @ 17:15
    Steve
    0

    Hello! Just wondering if the math solution has ever been added to Contour. This would be ideal as the traditional word Captcha is awkward for many users, particularly non english speaking and also non latin alphabet users.

    Thanks! Steve

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies