Social links and contact form

Latest Reply from Alice at 2015-10-06 02:47:15
When I try to turn off the social links from Hungryorks-social buttons I click the little green tick but the thing just spins around forever, this is the only setting page that does this

Also the contact form doesn't work, I've the correct email address in to which the forms go to, fill in all the spaces and click send to test but nothing happens
Hi!

Could you give us the URL to your website, please.
http://www.ryans-zone.com/contact/

Thats the contact page
Hi!
Do you have the following 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>

in the feedback.php file of the theme?

Leave a reply

Add codeAdd image