User filling form in login session if user logout and login again data of form not to lose.
79 views
Skip to first unread message
Salima Begum
unread,
Apr 19, 2021, 1:09:33 AM4/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi all,
Here we are trying. While user enters a value in form input fields the value should not clear if user logout the session and navigate from one page to other. After filling the form in django if user fills some form fields and suddenly user logout and if user login again then it should save the form data in form input field itself. How can we achieve this in django.
boyua...@gmail.com
unread,
Apr 19, 2021, 1:51:01 AM4/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
You can do that by calling an endpoint in JavaScript. So when the field's been changed, automatically called the endpoint in Django and store it into the database. When a user's logged back in, just render the existing data if there's any.
Here we are trying. While user enters a value in form input fields the value should not clear if user logout the session and navigate from one page to other. After filling the form in django if user fills some form fields and suddenly user logout and if user login again then it should save the form data in form input field itself. How can we achieve this in django.