In case anyone else encounters the same issue. When using a viewscript form decorator. The attributes also need to be included in the form decorator.
In the case of a multipart enctype required for a file upload. The enctype must be set in the form and then the attribute must be included in the decorator with the line:
Simple, yet annoyingly easy to miss.Code:enctype="<?php echo $this->element->getAttrib('enctype') ?>"


LinkBack URL
About LinkBacks



Reply With Quote