Is it possible there's a JS bug on the page stopping the spam protect code
from running? You may have to turn on Persist in the Chrome/Firebug console
to see the JS error logs after the form post.

Blair


On Fri, Feb 22, 2013 at 9:34 AM, Marco van den Oever <
[email protected]> wrote:

> Nope no automated form filling.
> Javascript is enabled.
>
> Enabled spam protection:
>
> <ft:processform action="Verzenden" bSpamProtect="true">
>     <ft:processformobjects typename="farFeedback">
>         <cfif isvalid("email",stProperties.emailfrom)>
>             <cfset oFeedback = createobject("component",application.
> stCOAPI["farFeedback"].packagepath) />
>
>             <cfset stProperties.emailto = stObj.emailto />
>             <cfset stProperties.subject = "Bericht van: #stObj.title#" />
>
>             <cfset oFeedback.sendFeedback(stObject=stProperties) />
>
>             <cfset variables.feedbacksent = true />
>         <cfelse>
>             <ft:advice objectid="#stProperties.objectid#" field=
> "emailfrom" value="#stProperties.emailfrom#" message="Dit moet een geldig
> emailadres zijn" />
>             <ft:break />
>         </cfif>
>     </ft:processformobjects>
> </ft:processform>
>
> <cfset stPropMetadata = structnew() />
> <cfset stPropMetadata.emailfrom.ftLabel = "Emailadres" />
> <cfset stPropMetadata.emailto.ftLabel = "Bericht aan" />
> <cfset stPropMetadata.name.ftLabel = "Naam" />
> <cfset stPropMetadata.comments.ftLabel = "Bericht" />
> <cfset stPropMetadata.subject.ftLabel = "Onderwerp" />
>
> <ft:form bSpamProtect="true">
>     <!--- <cfoutput><h2>#stObj.title#</h2></cfoutput> --->
>
>     <cfif structkeyexists(variables,"feedbacksent") and variables.
> feedbacksent>
>         <cfoutput><p class="success">#stObj.success#</p></cfoutput>
>     <cfelse>
>
>     <ft:object typename="farFeedback" lFields=
> "subject,name,emailfrom,comments" stPropMetadata="#stPropMetadata#"
> IncludeFieldSet="false" />
>     <cfoutput><br/></cfoutput>
>
>     <ft:farcrybuttonpanel>
>         <ft:farcrybutton value="Verzenden" />
>     </ft:farcrybuttonpanel>
>
>     </cfif>
>
> </ft:form>
>
>
>
> Op donderdag 21 februari 2013 23:29:00 UTC+1 schreef Blair McK het
> volgende:
>>
>> Did you use a browser plugin to fill out the form?
>> Is JavaScript enabled?
>> Do you have spam protection enabled on processform and the form?
>>
>> Blair
>>
>>
>> On Fri, Feb 22, 2013 at 9:22 AM, Marco van den Oever <
>> [email protected]> wrote:
>>
>>>  Hi all, I have added farcry core spam protection to a form (feedback
>>> rule) and get the pop-up message:
>>>
>>> Form marked as spam!
>>>
>>> Message marked as spam!
>>>
>>> --- No mouse movement was detected.
>>> --- No keyboard activity was detected.
>>> --- The time it took to fill out the form did not fall within your
>>> configured threshold of 5-3600 seconds.
>>> --- The hidden form field that is supposed to be blank contained data.
>>>
>>> In fact i did filled the form in myself so what could be the problem?
>>>
>>> Farcry core version *6-2-7*
>>>
>>> Thanks.
>>>
>>>  --
>>> You received this message cos you are subscribed to "farcry-dev" Google
>>> group.
>>> To post, email: [email protected]
>>> To unsubscribe, email: farcry-dev+...@**googlegroups.com
>>>
>>> For more options: 
>>> http://groups.google.com/**group/farcry-dev<http://groups.google.com/group/farcry-dev>
>>> ------------------------------**--
>>> Follow us on Twitter: http://twitter.com/farcry
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "farcry-dev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to farcry-dev+...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>  --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: [email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
> ---
> You received this message because you are subscribed to the Google Groups
> "farcry-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to