get('display_css', 'Display Style'); $fastDoc->addScript(JURI::root().'modules'.DS.'mod_fastcontact'.DS.'mod_fastcontact.js'); $fastSubmitText = $params->get('submit_button', 'Make Contact'); $namelabel = $params->get('Name_label', 'Name_label'); $phonelabel = $params->get('Phone_Label', 'Phone_Label'); $messagelabel = $params->get('Message_Label', 'Message_Label'); $list1label = $params->get('list1label', 'list1label'); $list2label = $params->get('list2label', 'list2label'); $emaillabel = $params->get('emaillabel', 'Enter your Email'); $fastDisplayList = $params->get('display_list1', 'Display list'); $fastDisplayList2 = $params->get('display_list2', 'Display list2'); $options_megalist = $params->get('options_list1', 'Get Options1'); $options_megalist2 = $params->get('options_list2', 'Get Options2'); $fastDisplayPhone = $params->get('display_phone', 'Display Telephone'); $fastStyleSuffix = $params->get('moduleclass_sfx', null); $fastAction = JRequest::getVar('fastcontactAction', null, 'POST'); $fastNotice = JRequest::getVar('fastcontactAction', null, 'POST'); if ($fastAction == 'send') { $fastMessage = modfastcontactHelper::sendEmail($params); } if (!isset($fastMessage)) $fastMessage = $params->get('introtext'); ?>





".$list1label."


"; } if ($fastDisplayList2=="0") { echo "


"; } if ($fastDisplayPhone=="0"){ echo ""; echo "

"; } ?> "; ?>

Fast Contact Form by Joomlabyte"; } if ($fastNotice=="1") { echo "
Fast Contact Form by Joomlabyte
" ; } ?>