Looking for some help on getting a loader put on a text filed after a form is submitted. If its not already obvious im new to this
Here is the base of the problem. I have a form that when submitted will trigger a zap that will return some text to a filed on the page. Right now when the user submits the form nothing will happen until the users refreshes the browser about 5-8 seconds later.
Ideally when the user clicks submit I could show a loader animation until the data populates the text box I have. Thanks for your guidance!
Script triggers webhook, hides form and shows loading animation
Script waits for response, displays result
Or, on timeout, shows an error
However you have a problem here in that Zapier cannot do webhook responses, which means that you don’t know when it’s complete, or whether it succeeded. You’d be better using Make, n8n, Pipedream, something that can return a result.
If you need to use Zapier, the only thing you can really do is wait some seconds, and then refresh the page, and hope for the best.