[Answer]-Django Hide Processing Page

1👍

I think the flow would look more like:
Question_Page -> Post Data View (processes the data from the question page) -> redirect to Output page (based upon data results).

The only page someone would “see” is the “Question Page” and “Output page”… now if processing takes a long time, they could click submit again on the “Question Page”. There are lots of ways to deal with that in javascript.

Leave a comment