ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

"Sorry, but we think you might be a robot."

June 27, 2011 10:07am

Subscribe [1]
  • #1 / Jun 27, 2011 10:07am

    STietjen

    16 posts

    Whenever I attempt to comment a post I get:

    The form you submitted contained the following errors

    Sorry, but we think you might be a robot.

    This is happening on a single entry page (url_title).

    I’m using the standard code supplied by the EE documentation

    {exp:comment:form channel="mychannelhere" preview="channel/preview"}
            
        {if logged_out}
            <label for="name">Name:</label> <input type="text" name="name" value="{name}" size="50" /><br > 
            <label for="email">Email:</label> <input type="text" name="email" value="{email}" size="50" /><br > 
            <label for="location">Location:</label> <input type="text" name="location" value="{location}" size="50" /><br > 
            <label for="url">URL:</label> <input type="text" name="url" value="{url}" size="50" /><br > 
        {/if}
        
        <label for="comment">Comment:</label>
     
        <textarea name="comment" cols="70" rows="10">{comment}</textarea>
        <label><input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information</label>
     
        <label><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</label>
     
        
        {if captcha}
            <label for="captcha">Please enter the word you see in the image below:</label>
     
            {captcha}
    
            <input type="text" name="captcha" value="{captcha_word}" maxlength="20" /></p>
        {/if}
        
        <input type="submit" name="submit" value="Submit" />
        <input type="submit" name="preview" value="Preview" />
        
    {/exp:comment:form}

    What could it be?

    I’m running v2.1.3 with MMS.

  • #2 / Jun 27, 2011 12:14pm

    STietjen

    16 posts

    Figured it out. Had a captcha extension installed that I forgot to disable.

  • #3 / Jun 27, 2011 12:39pm

    Sue Crocker

    26054 posts

    😊 Glad you were able to figure out what the problem was. Don’t hesitate to post again as needed.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases