On Fri, Jun 20, 2014 at 6:33 PM, G Z <[email protected]> wrote: > I'm trying to post > customer_id > while generating a combo box with a loop from a database query. > I have the combo box generating and such, but the posted data does not > return the customer id. It returns something weird. > >> <form method='post' action='' id='customers'> >> {% csrf_token %} >> <select>
Only form elements with names are submitted. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFHbX1LxLD--fepw0YNyzxHuziH2mpeGDYVOvzMT-HBd%3D%2B4y6w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

