+ Reply to Thread
Results 1 to 5 of 5

Thread: recaptcha - getting a second try?

  1. #1
    Join Date
    Jan 2010
    Posts
    7

    Default recaptcha - getting a second try?

    Hi,

    I've been trying to implement the reCaptcha feature in a form using tectite formmail. Here's the problem I'm having: when you answer the reCaptcha challenge incorrectly, you go to an error page. If you click your back button, you go back to an empty form. I'm sure this can't be right. I thought that you were supposed to get a 'wrong try again' message within the widget itself, so that you could try again and not have to fill in the fields from scratch.

    I think that I've followed all of the instructions for implementation correctly, but I must've goofed somewhere!

    I'm thinking that I've done something wrong. Anyone have any guess what that may be?

    I have a test form here: test form

    Any help appreciated! (The form works correctly without the reCaptcha, and correctly as well if the reCaptcha response is correct. It also catches the incorrect response, but the trouble is what happens after that.)

    - hommealone
    Last edited by hommealone; 29-Jan-2010 at 04:04 AM. Reason: wrong url; sorry

  2. #2
    Join Date
    Mar 2004
    Posts
    2,224

    Default Re: recaptcha - getting a second try?

    it's working as expected

    u need to implement formmail's error handling for this to work.

    browser back buttons don't work with forms and reCaptcha is implemented a little differently in tectite formmail

    here's the how to guide u need:
    http://www.tectite.com/fmhowto/adverror.php

    it's a little more effort for ur forms, but it's worth it....trust me.

  3. #3
    Join Date
    Jan 2010
    Posts
    7

    Default Re: recaptcha - getting a second try?

    Thanks! That is what I was looking for.

    In trying to implement this, I am running into a small problem. When the badformhandler script sends the form data back to the 'original' form, it keeps missing two of the fields (realname and email) and returning the other three. I have gone over the form formatting and am pretty certain they are written as specified; here is the html:


    Code:
    <p class="fieldwrap">
    <label for="realname"><strong>Name</strong></label>
    <input class="fmtext" id="realname" name="realname" type="text" value="" />
    </p>
    
    <p class="fieldwrap">
    <label for="email"><strong>Email</strong></label>
    <input class="fmtext" id="email" name="email" type="text" value="" />
    </p>
    
    <p class="fieldwrap">
    <label for="address">Address</label>
    <input class="fmtext" id="address" name="address" type="text" value="" />
    </p>
    
    <p class="fieldwrap">
    <label for="phone">Phone</label>
    <input class="fmtext" id="phone" name="phone" type="text" value="" />
    </p>
    
    <p class="fieldwrap"><label for="mesg"><strong>Message</strong></label>
    <textarea class="fmtextarea" cols="20" rows="6" id="mesg" name="mesg"></textarea>
    </p>
    Can't figure out what is wrong! Anything jumping out as a mistake?

  4. #4
    Join Date
    Mar 2004
    Posts
    2,224

    Default Re: recaptcha - getting a second try?

    this is a know limitation (but theres a workaround)

    the problem is that realname and email are FormMail "special" fields

    for various reasons, formmail doesn't re-fill special fields.

    read this thread for the fix:
    http://www.tectite.com/vbforums/showthread.php?t=4538

  5. #5
    Join Date
    Jan 2010
    Posts
    7

    Default Re: recaptcha - getting a second try?

    Crabtree,

    Again, just what I needed. Thanks!

    I think I've just about got it all set up the way I want. Formmail doesn't exactly make things easy, but I guess that is the cost of customizable and secure!

    Thanks a lot for your help, and thanks to Russel and whoever else puts in the hours for maintaining formmail and providing help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. formmail and recaptcha problem
    By torture in forum Community Support
    Replies: 5
    Last Post: 25-Jan-2010, 03:13 AM
  2. ReCaptcha and FormMail 8.16?
    By JonesE in forum Community Support
    Replies: 3
    Last Post: 02-Jan-2010, 12:14 PM
  3. Using Recaptcha: Am I Missing Something?
    By JonesE in forum Community Support
    Replies: 0
    Last Post: 30-Dec-2009, 02:06 PM
  4. how to incorporate the ReCaptcha.net captcha??
    By tlyczko in forum HOWTO Guides and Tips
    Replies: 0
    Last Post: 26-Feb-2008, 07:40 PM
  5. Support for reCaptcha?
    By verzogert in forum Your Suggestions
    Replies: 5
    Last Post: 26-Jul-2007, 09:17 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