Well in your POST request you'll have a property called "parameters" and that will hold all of the data that your user submitted through the form. Like if you have a field on your form called "custpage_product_line" then you just need to get request.custpage_product_line to see what they submitted.