Form novalidate([bool nv = true]) { if (nv) attr('novalidate', BooleanAttribute(true)); return this; }