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