Copied to clipboard

Flag this post as spam?

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


  • Dan Evans 631 posts 1018 karma points
    Dec 16, 2009 @ 11:02
    Dan Evans
    0

    CAPTCHA for Contour

    Hi

    Please can someone tell me where i  can download a CAPTCHA data type for contour.

    Thanks

    Dan

  • Niels Hartvig 1951 posts 2391 karma points c-trib
    Dec 16, 2009 @ 14:25
    Niels Hartvig
    3

    Hi Dan!

    You can download it here:
    http://umbraco.org/assets/contour/UmbracoContour.FieldTypes.ReCaptcha.zip

    We're also working on making the source for all build-in field types and workflows available soon, so keep an eye here:
    http://umbraco.org/products/umbraco-contour/help-and-support/

  • Dan 1288 posts 3921 karma points c-trib
    Dec 22, 2009 @ 13:14
    Dan
    0

    Could anyone explain how to install this data type?  I've downloaded the zip, but there are lots of files and folders which I don't know what to do with.

  • Comment author was deleted

    Dec 23, 2009 @ 11:27

    Hi Dan,

    The zip contains the full sourcecode. To install you'll just need to copy Recaptcha.dll and UmbracoContour.FieldTypes.ReCaptcha.dll to the bin directory of your umbraco site. And copy the recaptcha-example.gif to the /umbraco/plugins/umbracoContour/images/ directory

    After that the recaptcha fieldtype should appear in the fieldtype dropdown

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Feb 02, 2010 @ 13:17
    Tim
    0

    Niels / Tim is there any chance I could get my hands on the source code for the publish page workflow? I have a requirement for one of our contour installations where I need to customise it so that instead of choosing where the form data is published to with a content chooser, I can map it to a dropdown in the form that contains user selected nodes (that represent categories of content).

    I figure it'd just be a case of taking the publish page workflow and changing the publish location to use a field map rather than a content picker.

    I'm happy to post the resulting workflow to the forum once it's sorted.

    :)

  • Per Ploug Hansen 208 posts 129 karma points
    Feb 04, 2010 @ 09:37
    Per Ploug Hansen
    0

    Hi tim, send me an email at pph (a) umbraco dk and I'll send you the source

  • Josh Reid 182 posts 258 karma points
    Feb 15, 2010 @ 02:29
    Josh Reid
    0

    This is perfect to get the datatype into use in contour, thanks.

    Is there anywhere to customise the theme settings, etc? Either globally or per form implementation...

    This default output, so how would i change this?

    <!-- The data entry control -->
    <script type="text/javascript">
    var RecaptchaOptions = {
    theme : '',
    tabindex : 0
    };

    </script>
  • Josh Reid 182 posts 258 karma points
    Feb 15, 2010 @ 03:07
    Josh Reid
    0

    For global solution simply edit ReCaptcha.cs like so and recompile dll...

    public override WebControl Editor
            {
                get
                {
                    recaptcha.Theme = 'clean'; // 'red' | 'white' | 'blackglass' | 'clean' | 'custom'
                    //....
                }
            }

    Thoughts on a per form theme implementation?
    Could you create an option in the fieldtype values to add theme textstring?

  • Simon Murrell 15 posts 35 karma points
    Jul 26, 2010 @ 23:42
    Simon Murrell
    0

    Hello

    I copied the Recaptcha.dll and UmbracoContour.FieldTypes.ReCaptcha.dll to the bin directory of my umbraco site. I also copied the recaptcha-example.gif to the ./plugins/umbracoContour/images/ directory. However I cannot see the new data type. What else did I miss?

    Regards,

    Simon

  • David Conlisk 432 posts 1008 karma points
    Nov 09, 2012 @ 11:45
    David Conlisk
    0

    Hi guys,

    Shouldn't this just come with Contour? Seems strange that I had to Google CAPTCHA for Contour to find this blog post to get the download link...

    Just a thought!

    David

  • David Conlisk 432 posts 1008 karma points
    Nov 09, 2012 @ 12:06
    David Conlisk
    0

    For anyone else looking into this, I'd recommend downloading ContourContrib instead of what Niels posted, above:

    http://contourcontrib.codeplex.com/releases/view/65266

    It gives you some extra reCaptcha options (along with some other goodies) - see the documentation here:

    http://contourcontrib.codeplex.com/documentation

    HTH,

    David

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Dec 05, 2012 @ 11:28
    Martin Griffiths
    0

    Can someone quickly answer if its possible to use custom fieldtypes like the captcha in the contrib, with contour 3 code first?

    It looks like only core fieldtypes can be used, but I dont know for sure.

     

  • Antonio Amézquita 35 posts 52 karma points
    Jun 28, 2013 @ 09:46
    Antonio Amézquita
    0

    Hi there,

    Could someone post a web page where this is used? (we need to see how this captcha looks like)

     

  • Comment author was deleted

    Jun 28, 2013 @ 09:50

    Contour 3 has a default captcha type (using recaptcha) http://www.google.com/recaptcha

  • dominik 711 posts 733 karma points
    Jun 28, 2013 @ 16:06
    dominik
    0

    Hi Niels,

    The Recaptcha.dll which is used seems to be bold so it does not work anymore with https. I tried to upgrade it to the latest version by replacing the Recaptcha.dll but it does not work. Google has changed the https connection URL.


    Is there any update? I tried also tu use the contrib package instead but this also does not work.

    Perhaps you can just explain how to use the latest Recaptcha.dll

  • Comment author was deleted

    Jul 01, 2013 @ 09:51

    Hey Dominik,

    The default one in Contour 3 should be a pretty new release, guess to update you can just replace the Recaptcha.dll in the bin

    Any details on how to make it work with https ? Then I can take a look

Please Sign in or register to post replies

Write your reply to:

Draft