Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Whatever I enter in the searchbox, after a postback I always get the town coupled to my IP.
For some reason I don't yet understand the code that binds the form submit is never executed.
No js errors show up in the firebug console. Just refreshing the page on Find
ps: see http://www.cease-therapy.com/make-appointment/ to see the problem in action.
Maybe you changed the id's or classes, there should be an event hooked to the click of the button that does it async but in your case it just does a normal submit and it just reloads the page.
Js code uses $('#finder-form').submit(function(){
But looks like you have nested forms so that is the problem :)
And wouldn't hurt to use imagegen on the member images since they take a while to load
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
always shows results based on IP
Whatever I enter in the searchbox, after a postback I always get the town coupled to my IP.
For some reason I don't yet understand the code that binds the form submit is never executed.
No js errors show up in the firebug console. Just refreshing the page on Find
ps: see http://www.cease-therapy.com/make-appointment/ to see the problem in action.
Maybe you changed the id's or classes, there should be an event hooked to the click of the button that does it async but in your case it just does a normal submit and it just reloads the page.
Js code uses $('#finder-form').submit(function(){
But looks like you have nested forms so that is the problem :)
And wouldn't hurt to use imagegen on the member images since they take a while to load
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.