I had a multi page form working fine. I have since moved the website to a new server and changed the domain name. Now once I fill out the first page of the form and hit "Next", the loader keeps turning but the next page will not load. Any ideas?
I had a multi page form working fine. I have since moved the website to a new server and changed the domain name. Now once I fill out the first page of the form and hit "Next", the loader keeps turning but the next page will not load. Any ideas?
Depending on how you moved it, there might be issues due to that. Can you link to your form, so we can take a look?
http://infiniteedgelearningcenter.com (Get Started Now)
You have the following JQuery in your theme:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js?ver=3.4.2'></script>
Gravity Forms needs version 1.7.1 or above. WordPress by default comes with a newer version. Can you please look at resolving this?
How do I go about doing this?
Is this something I need to fix on the server or the theme itself?
You will need to fix your theme. Or contact the theme developer for a fix. All my best!
I am wondering how it worked yesterday on another server? It was the same theme...
Something must have changed to have such an old version of JQuery to get put into the header of your theme. I wish I had better advice, but that version of JQuery is too old for Gravity Forms to work correctly.
Could it be the new server set up?
Let's deal with the JavaScript issue first, and then if it doesn't solve the issue, we can try to come up with other ways to isolate the issue.
Ok I am told my theme does not load JQuery. I am told it could be a plugin. Any ideas on how I can fix ?
Here are the instructions we give for a theme/plugin conflict:
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Ok here is what I found:
If I create a new form with only 2 test questions (each on a separate page) it works fine with all the plugins activated. So it is not a theme or plugin issue.
There seems to be something in my existing form creating an issue. It is quite a complex form with conditional logic, but the funny thing is it was working originally. It may have broken after I edited a field or 2...not quite sure.
Short of starting from scratch and recreating the entire form again - which will be quite time-consuming - can you think of something in the form that may be causing this issue?
Assuming you performed the theme and plugin conflict resolution steps correctly, and the correct version of jQuery is loaded in the head of the site, and only one instance of jQuery is being loaded ...
It's related to the conditional logic rules you have in place. If you created the rules then edited one of the fields that conditional logic depended on, you may have broken the conditional logic.
You can try exporting the form then reimporting it, and see if the conditional logic works. If not, you can continue troubleshooting or you can create the form from scratch.