Automatic creation of mutisite blog outside of the admin

You could use this WordPress function within your form code:
http://codex.wordpress.org/Function_Reference/wpmu_create_blog
With this and a custom template you can allow any user to create a blog for himself (For some sample code you could see how wordpress itself does it on wp-signup.php on WordPress root dir)