This may be repeated question but I am not able to solve it. I want to use jquery dialog similar to this but data is going in database instead of showing on page.
My requirement is that once I click a button from my main page, my form should open. After filling the form if I click on submit, all form data should go to database and control come back to main page.
Can anyone have any example to show? I am using jquery with Django.
Thanks,
Sunil
This one worked for me.