All templates using forms.tpl subtemplate library from skeleton-v2 require updating

The name parameter used by the {field} subtemplates and its wrappers has been found to conflict with the name parameter of the {template} plugin itself that’s used to define subtemplates. The duplicate use of name caused templates to fail to compile in some scenarios or behave unexpectedly.

To remedy this, the name parameter for {field} templates has been renamed to inputName . All templates making use of the forms library must be updated when the latest version of subtemplates/forms.tpl is pulled down or you will see a Dwoo compilation error including Argument 0/inputName missing for.

Use this regex when grepping source code to aid in finding uses that need updating: \{field[^\}]* name