When you use editablefields formatter for a field in a view it wraps the hole view in a form tag. That's usually what you want, but in my case I print an other form in the views content and now I have nested form elements. So my proposition is to give the option when you choose editablefields as a formatter, to have it's own form tag and not wrap the hole view.