I am trying to create some sort of multipage modal dialog with Django/Python and JQuery. I didn't found yet in the web something similar to what i have in mind.
My idea is to show a popup dialog when a user press a button in a webpage, then that user can choose from 3 possible choices that immediately - when pressed - bring him to the next page in the dialog. Here the user can choose one element in a list and then the dialog will close and will show the original webpage with the informations submitted by the user.
I already try to put togheter some code blocks, but till now i didn't obtain good results.
Could someone - at least - tell me the correct process?