$( document ).ready( function() {
    
    $('#default-form .field').clearField();
    
});
