Function
zope.app.form.utility.viewHasInput

Signature

viewHasInput(view, schema, names=None)

Documentation String

Returns True if the any of the view's widgets contain user input.

schema specifies the set of fields that correspond to the view widgets.

names can be specified to provide a subset of these fields.