We install web form extenstion in magento 1 but not workin after checking this two are not working.
=> Action not found
<form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
=> webform_id not found
$webform = Mage::getModel('webforms/webforms')->load(Mage::app()->getRequest()->getPost("webform_id"));