Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
How to create a list with checkbox values and return to request.POST

I want to get the values of checkbox and return it to request.POST

{% for flow in data.flows %}
    <div style="margin-bottom:-27px">
        <div class="w3-bar">
               {% csrf_token %}
               <input type="checkbox" id="{{flow.0}}" name="precedent" value="{{flow.0}}"><label for="scales" >  {{flow.0}} - {{flow.1}}</label>

                   <br>
                <br>
        </div>
    </div>
 % endfor  %}

enter image description here

So I want to return all the values in a list to

def create_flow_and_phases(request):

...

Any suggestions?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!