Contact Form not working

Latest Reply from Alice at 2015-07-20 02:55:42
Hi there, please can you help me on fixing the contact form...tried deleting the scripts as previously mentions on the forum posts but still its not working.

When i input name, email etc i'm getting this error

Field Your name is required
Field Your email is required
Field Your email is not valid
Field Your message is required
Field Topic is required

My url is http://www.igamesimulator.com/contact-us/

I have tried editing the feedback.php but still its not working at ...please do advice me with the best solution

Thanks
Hi!

As I can see the antispam system has been invoked twice on your website. Please, remove the code:
 <script>
jQuery('.feedback input').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
jQuery('.feedback textarea').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
</script>
from the feedback.php file located in the directory of the theme.

Leave a reply

Add codeAdd image