Skip to content

EasyForms have honeypot field twice #27

@szakitibi

Description

@szakitibi

For EasyForms on Plone 6 there is a duplicate honeypot field.

  1. The z3form template override already inserts the honeypot field here:

<tal:honey replace="structure context/@@honeypot_field|nothing" />

  1. There is another field inserted by a form extender:

<adapter
name="honeypot"
provides="plone.z3cform.fieldsets.interfaces.IFormExtender"
for="zope.interface.Interface
zope.publisher.interfaces.browser.IDefaultBrowserLayer
collective.easyform.browser.view.EasyFormForm"
factory=".z3cform.honeypotextender.HoneypotExtender"
zcml:condition="installed collective.easyform"
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions