collective / collective.easyform

Forms for Plone

Home Page:https://pypi.org/project/collective.easyform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerSide flagged fields are inaccessible in custom script adapter

sauzher opened this issue · comments

resultData = self.sanifyFields(request.form)

Here onSuccess -> fields method paremeter comes with all fields submited and all server side flagged ones also, but calling sanifyFields will clear them all: the custom script will run on another fields parameter populated only with the fields in the request so without server side ones.