Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6255167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:18:51+00:00 2026-05-24T14:18:51+00:00

I have a page that lets the viewer edit objects. The page displays a

  • 0

I have a page that lets the viewer edit objects. The page displays a formset with one form for each object, plus one empty form should they wish to create an object, and I would like there to be a checkbox marked “Delete” under each pre-existing object (which is to say, NOT the last one because it’s the extra empty form).

I added the following code to my template:

{% for form in formset %}
{{ form.as_p }}
    {% if forloop.last %}
    {% else %}
    Delete?<input type="checkbox" name="delete" value="delete"><br>
    {% endif %}
{% endfor %}

This displays the checkbox, but I don’t know how to get the data about whether or not that box was checked when I am processing the form.

For background, I’m creating the formset with modelformset_factory(MyClass, extra=1) and I’m not just using can_delete because I don’t want a delete checkbox to appear under my last and empty form, so I’d prefer to simply add an extra input directly in the template, if that’s possible.

How would I get the data about whether or not that box has been checked?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T14:18:51+00:00Added an answer on May 24, 2026 at 2:18 pm

    As it is form, so you have got method that process it? So you can just get flag value of it with request.POST.getlist(‘delete’)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have a site that has one page that handles all requests
Lets say that I have a header user control in a master page, and
I have a page that has an iframe From one of the pages within
BACKGROUND: When you have a page that includes an HTML form, and you refresh/reload
I have an Classic ASP page that lets users search for properties and a
I have an Classic ASP page that lets users search for properties and a
Lets say I have on page that runs GWT widget: <div name=foo id=123></div> How
I have a simple page in a PHP/MySQL web application that lets admin users
I have a web app that lets users create groups. On the front page
Say I have a page in my web application that lets a user update

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.