To get the contents of a form that is submitted with method="post", use the post property:
method="post"
post
$name = $request->request->get('name');