3
Its actually pretty easy just to make your own Contact Us form and stick it in your XOOPS_ROOT_Path/.
include("mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsTpl->assign('xoops_pagetitle', 'Title Here');
$xoopsTpl->xoops_setCaching(0);
?>
Contact Form Code, you can find plenty by Googling
include("footer.php");
?>