Hey all, Here is the deal - I have a form and when submitted, I use the inputs to make a request to an API and display the output. This process takes a while and I want to display a loading gif or some text while the page is loading. I was told to do it through Ajax but I cannot get it work. The most I've managed to do is to make a loading gif appear for a second before the page actually renders, which defeats the point. The desirable result is this: When a user submits the form, the page remains the same and a loading gif is being displayed where the results will render. Once the results render, the loading gif dissapears. Now, I don't have a big budget for this since it isn't necessary, but I would really like to make it work. If you can do it for about $10, please send me a PM and let me know. I will have more small projects like this available for you if you manage to make it work. Thanks in advance!
Hello Spycraft, I think that would mean the actual form submission is through ajax. The current form page would redirect, only if a "rendering completed" ajax response has been received? May I see the form and and the target (PHP) script? Regards, Hendra