CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Access previous form details on submit #19

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

Previous form values are now available via thisHook.const.previous in hook_form_submit , this allows us to see which values have changed since the form was submitted.

The whole previous form object is put into this variable.