' . $contactform['css'] . ''; } echo $stcss = ''; function validator_js_call(){ echo $jscript = ''; } add_action('wp_footer',"validator_js_call",100); if (isset($submitformname)) { if ($submitformname == $contactform['name'] && $successmsg != "") { echo $jscript = ''; } } /* For Render Lead Status,Lead Type,Lead Rank */ $firstConfig = get_option("awp_contact_configdata"); $firstConfig = json_decode($firstConfig); $getConfig = get_option('awp_contactforms'); for ($i = 0; $i < count($getConfig); $i++) { if ($getConfig[$i]['name'] == $contactform['name']) { $formConfig = $getConfig[$i]['contact_config']; } } if (isset($submitformname)) { if ($submitformname == $contactform['name'] && $successmsg != "") { echo '
'; do_action('apptivo_business_contact_' . $contactform['name'] . '_after_form'); //After submit Form ?>