<div dir="ltr"><div>Hello all,<br></div>Further to my question about multiple select fields yesterday, how does a view function access form data in general? I know I use the global(?) request object's "form" property, but beyond that I'm not sure. I can access StringField values (I'm using WTF) by using request.form.fieldID. But single select fields, multiple select fields, the status of checkboxes or radio buttons, and so on I can't work out or find online. One resource said, for checkboxes, to use request.form.getlist("checkboxID"), but that gave me an empty list despite that checkbox being checked. What am I missing? I know people usually use validators, but I need the values and statuses of elements in my form-processing view function because I'm dynamically constructing an SQL query based on the form's information.<br clear="all"><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div></div></div>