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 9128825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:36:21+00:00 2026-06-17T07:36:21+00:00

I have this form in my template: <form method=POST class=form action=/groups/> {% csrf_token %}

  • 0

I have this form in my template:

<form method="POST" class="form" action="/groups/">
    {% csrf_token %}
    {% block hidden_debtors %}
        {% for name, email in debtor_info.items %}
            <input type="hidden" name="hidden-debtor" value="{{email}}">
        {% endfor %}
    {% endblock %}
    <input type="text" name="new-debtor" id="round-input" placeholder="Select Debtor(s)"></input>
    <button type="submit" name="add-debtor" class="btn btn-primary">Add Debtor</button>
</form>

As you can see the hidden type inputs all share the name “hidden-debtor” however they each have distinct email values. I was wondering how I would be able to access each one of these distinct values in my views.py through a loop or something

Thanks!

  • 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-06-17T07:36:23+00:00Added an answer on June 17, 2026 at 7:36 am

    You can get a list of values in your view like this:

    request.POST.getlist('hidden-debtor')
    

    Documentation

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

Sidebar

Related Questions

I have this as template account_form.html <form action=/contact/ method=post> {% for field in form
I have this code below: <?php function wp_copickpage() { color_option_update(); ?> <form method=POST action=>
I have an included object's form: <form method=post class=object_form id=event-core-form action={% url save_event_core_data event.id
I have this form: <%= form_tag posts_path, :method => :get, :class => search_nav do
I do have a search form. <form method=get id=searchform action=<?php bloginfo('siteurl');?>> <div class=search_bx1><input type=text
i have this form to serialize once i click the submit button, <form class=cashier_forms
I have this form: <tbody> <tr> <th>ID</th> <th>Name</th> <th>Birthdate</th> <th><input type=text autofocus=autofocus name=textinput1/></th> <th><input
I have this form: <form> <div class=box> <h1>Contact form :</h1> <label> <span>Typ: </span> <input
I have a jQuery post submitting a form to a controller create action, which
I have this form, in which i need to populate a combo box with

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.