Form validation is running multiple times in webtop forms
Description
The validation is currently running per "form prefix" rather than "per form object" which means that it is often running multiple times on the same object.
This also means that forms with a file upload field may result in multiple files being written to disk because the file formtool handles file uploads in the validate method.
The validation is currently running per "form prefix" rather than "per form object" which means that it is often running multiple times on the same object.
This also means that forms with a file upload field may result in multiple files being written to disk because the file formtool handles file uploads in the validate method.