[Django]-How to get input from template in view in django 2 January 2024 by thecoderscamp.com 3👍 You can access the form data off of request.POST. For example: request.POST['pid'] 👤davko [Django]-How to get NGINX / Django to detect when CAC / smartcard is removed? Source:stackexchange.com