Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Myadlan,

    I had a quick look at the site you mentioned. It appears that you are receiving numerous JS errors on the page, causing our form to not work properly.

    The form submits data via AJAX to prevent the page from re-loading. It looks like your receiving errors on the page from functions.min.js, and a script running in the head or body of the homepage.

    <script>
        $(document).ready(function() {
          // Initialize the plugin
     $('#my_popup').popup();
        });
    	$('#slide').popup({
      	outline: true, // optional
      	focusdelay: 400, // optional
      	vertical: 'top', //optional
      	opacity: 0.7
    	});
      </script>

    My best guess is that your trying to initialize a popup of sorts, but have failed to include the necessary js file causing multiple errors on the page and causing our form submission to not work as intended.

    Thanks,
    Evan

    Plugin Author Evan Herman

    (@eherman24)

    Hi,

    We haven’t heard back in just about a week, so we will be closing out the issue. If you’re still having issues, please post back here.

    Thanks,
    Evan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘The signup form doesn't work’ is closed to new replies.