That last step was a big one, congratulations on making it through! Things should get quite a bit easier from here on out. Once you have finished supplying your References, it is time to answer a Questionnaire. Take a look at the Questionnaire page:

Let's take a peek at the pertinent portion of the HTML source for this page:
<form method="post" action="/4DACTION/WSC_SurveyHandler/bidding.shtml" name="questionnaire">
Again, you should be able to tell that the a method called WSC_SurveyHandler will process this form. As it happens, this method is nearly identical to the WebSurveyHandler method we used in the Surveys tutorial. Consequently, we won't spend any time investigating how this particular page is processed.