show response from form plugin after php finished
I've been trying to get this to work for a few days now with no luck, I must be missing something very small.
I have a form that returns a php response to an accordion pane. As it stands now the "Proceed to next step" shows up almost as soon as I press the "Submit" button, but not all of the content has loaded into the pane. I would like to add a loading image to display before all the content has loaded, and when it is done display the "Proceed to next step" message.
There is/can be a lot of info coming into the pane depending upon what the user selects from the form.
I tried beforeSubmit but that made the loading image show up as soon as the page was loaded - unless I missed something.
Any suggestions or help is greatly appreciated!