Is there any way to when you click submit on a form, as each method call within the form submit post method completes, a check box checks off to show the user progress of the next page being loaded?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. I think the best you could do is to disable the form and make ajax calls to each “progress” action that you want the user to be aware of. Each ajax call could then update the page with whatever indicators you want. The resulting flow would look something like this: