<bind> Add data to a form

name
bind
xml namespace
http://moyaproject.com/forms

Bind a form to data

attributes
name purpose type required? default choices
bind Object to bind to (typically .request.POST) expression No .request.method=='POST' ? .request.POST : None
src Source object to fill in fields (the form) expression No None
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes