Support » Plugin: PlanSo Forms » Form not sending

  • Resolved Flexiscreens

    (@flexiscreens)


    Hi,

    Thank you for a great plugin.

    I have followed all of the set up guides and de-activated WP-SMTP, (This wasn’t actually being used, as mail was set to PHP.) Installed Postman SMTP which is sending through the server OK.

    Page URL is https://flexiscreens.com/contact/

    I have set a thank you page URL (https://flexiscreens.com/faqs/), but the form does not redirect to the page.

    I have turned off mandatory fields, but still no luck.

    I uninstalled and re-downloaded the plugin (Removing all files in the process)

    When you hover over the button, it shows the contact page URL, is this normal?

    Thank you for your help.

    https://wordpress.org/plugins/planso-forms/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PlanSo

    (@planso)

    Hi flexiscreens,

    you have a javascript error in your page that causes the form to not work properly.

    If you open the developer console of your browser you wioll see “Uncaught TypeError: jQuery(…).tabs is not a function which is caused by line 256 in your page:
    <script>
    jQuery( document ).ready(function() {
    jQuery( “#doors_tabs, #outdoor_rooms_tabs, #windows_tabs, #unusual_shapes_tabs” ).tabs();
    });
    </script>

    If you fix this error PlanSo will work as expected.

    Cheers

    Thread Starter Flexiscreens

    (@flexiscreens)

    Hi,

    Thanks for your fast response. I have totally removed the script, but am still getting the same result.

    Do you have any other suggestions?

    Cheers,
    John.

    Thread Starter Flexiscreens

    (@flexiscreens)

    Hi,

    Thanks again. I found a plugin that seemed to be conflicting. WP-HTTPS.

    Cheers,
    John.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form not sending’ is closed to new replies.