Form not sending - page just refreshes on submission

Hi,

I have a few forms on my site - one which is a simple email submission for newsletter subscriptions for example - this one works and I receive a form submission email on this.

However I set up another form for enquiries but when I tested this form and hit “Submit” it simply refreshes the page with no success or error displayed. I also don’t receive any emails like I do with my other forms so I’m not sure what’s going on here.

The form is also in a form wrapper, and I tried dropping a new form block onto this page and tried that but that didn’t work either!

Here is the page to test http://www.andrewrubio.com/experiences/gin-experience - you will see no success message after submitting.

Thanks in advance!

Andrew

Not a bug. You placed custom code in the head of your page/site. Any JavaScript error will break your project if you do not know what you are doing.

var divWidth = $('.product-lightbox-link').width();

Thanks.

I also forgot to include the js CDN reference… oops.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.