cancel
Showing results for 
Search instead for 
Did you mean: 

Web froms not working magento1_vladimirpopov_webforms

Web froms not working magento1_vladimirpopov_webforms

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"));

1 REPLY 1

Re: Web froms not working magento1_vladimirpopov_webforms

@Ashish_k_php

 

Check if you imported jQuery or prototype.js libraries twice. Also which web-form version is being used ?

-- Ravindra