Why doesn't request.POST show values added using javascript after django form has been rendered
I am trying to update a django form according to user clicks. The user is allowed to add more form tags on the DOM by clicking a button, add a value to it, and submit when the user is done.…