Set the ForeignKey field to the value submitted in that hidden input field. You can either do it in the form itself, or in your post function in your view.
Set the ForeignKey field to the value submitted in that hidden input field. You can either do it in the form itself, or in your post function in your view.