Problem in submit a form

Hi mans (and womens, lol…), i have a new problem!! :(, i maked a form without using model, this form work perfectly, my problem is when i submit, the controller dont get the $_POST[’*****’] i tried put manually the form name but doesn’t work, here the code: http://pastebin.com/z2CjgkQu …please help me!

Grettings and thanks, s0mk3!

My advice is to use a model and follow the standard path.

If you want to do in your way, try print_r($_POST), and you will discover that the post arrives, they are just in anohter part of the array.

Use a model, if you don’t have to save it on the database, use CFormModel but use a model.