Survey Forms with Ruby on Rails

I have a few forms i need to do. (IE: Sales Survey Form, Production
Survey Form, Tech Support Survey Form Etc.) but i don’t know how to or
where to get started or anything. Each form like the sales form is
completely separate from the production form etc and each have like 4
questions or so each having one answer to choose from as a radio
button. But one of which can have multiple answers chosen from radio
buttons as the select function on the form. Another question has a
text box that you write comments in.

I guess i need to know if there is s tutorial that can show me how to
make this and whats the easiest way to do so.

Mark