PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

two forms on a page, but one doesn't redirect properly

  1. This page: http://evergreenirrigationinc.com/request-a-service

    has a contact form in the left column, which works fine, and a "request a service" form in the main content area, which also works, but mysteriously redirects to:
    http://evergreenirrigationinc.com/:/ (which results in an error page which needs some formatting)

    It doesn't matter if I use Ajax or not, it still redirects to that page instead of the confirmation.
    However, the email notification is sent to my customer, and the entry is listed in the list of entries - it just doesn't look good.

    Any suggestions? Thanks in advance!

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. Richard Vav
    Administrator

    I am afraid I am at a loss to explain it, examining the page source code I can't see that url in the form action so I don't know where it is coming from. If you embed that same form on a new page all on it's own does the same thing happen?

    On an unrelated matter while I was examining the page source I noticed your theme is including an old version of jQuery as shown below.

    <script type='text/javascript' src='http://evergreenirrigationinc.com/wp-content/themes/evergreenirrigationinc/js/jquery-1.6.1.min.js?ver=3.5.1'></script>

    I would recommend updating that to use version 1.8.3 which is the copy that is packaged with WordPress, you will probably find the include code in either your themes header.php or the functions.php

    Regards,
    Richard

    Posted 10 years ago on Saturday May 18, 2013 | Permalink