The document describes two methods for creating a form submission project in CodeIgniter. The first method loads the form and handles submission in the same controller action. The second method separates loading and handling the form into two distinct controller actions, with the form posting to the second action. Both methods define the form fields and submission in the view, and load helpers and libraries in the controller to generate and process the form.