Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

179
Views
How to show a page loading after a particular tab in the multi-step form until an alert shows up?

I have a multi-step form which contains 4 steps. When the 3rd step is submitted an alert comes in for successful submission. So, until the alert comes up I want to show a loading page. So, how can I do so ?

Thank you

I searched a lot for loading page, but it is for until the page loads. And in this form I want to show the loading page until an alert comes up.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The solution is simple, you need to show your loader page on successful form submission, the loading page will appear on the page and keeps displaying until the page is redirected to the next page after processing.

simple you can do it like this in js

$(document).ready(function(){
  $("#myform").on("submit", function(){
    $("#pageloader").fadeIn();
  });//submit done
});//document ready

refer this post - Click Here

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!