What I did now was to simply change input types and css class in the honey pot
code inside the template and now I'm hiding it simply with CSS.
Freemarker snippet:
[code][#-- it's a trap: hidden input as honey pot --]
<div class="form-item-uname">
<input type="text" name="mgnlModelExecutionUUID" value="${content.@uuid}" />
<input type="text" name="field" value="" />
[#if model.formState?has_content]
<input type="text" name="mgnlFormToken" value="${model.formState.token}" />
[/#if]
</div>[/code]
CSS snippet:
[code]/* it's a trap (H0n3yp01) */
.form-item-uname {
display: none;
}[/code]
Cheers
Cedric
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=37af0af5-74c0-4b15-acea-0bc24dc31319
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------