/*
this script works with commons:nova_form:novaform-1.1.js
*/
var f=new novaform({
form:$('#myform'),
valid:$('#mysubmit')
});f.highlight_errors = true;f.mandatory('Email'); // reference to attribute displayname
f.mandatory('Name'); // reference to attribute displayname
});