// set the path to the qForms directory
qFormAPI.setLibraryPath("lib/");
// this loads all the default libraries
qFormAPI.include("*");

/********************************************************************
 load custom validation scripts here
********************************************************************/
qFormAPI.include("custom");		
