#5558

Tu Tran
Moderator

Hi,

Please try to go to the file app\design\frontend\default\sns_nova\template\contacts\form.phtml, find and replace the code below:

<form action="<?php echo $action; ?>" id="contactForm" method="post">

By:

<form action="<?php echo Mage::getUrl(); ?>contacts/index/post/" id="contactForm" method="post">

Thanks,