If you mean controller method arguments, the answer is no. FuelPHP is based on a URI segment system, in which URI segments map to namespaces, controllers, action methods and parameters.
But off course you can create forms, post them, and process the post in your action. it would be a very limited framework if it could not do that. But you access that data through the input class: