Form_for submit to a different table

Can anyone point me in the right direction... I have created a page using a form_for which pulls from "question' table. I would like to submit answer data to "student_data" table. I can't figure out how to submit specific fields to the alternate table. f.submit uses the table specified by form_for (SOrry if a basic question... I'll do the research if someone can just help me get started)

Thanks! DC

DC,

Try this, http://www.railsforum.com/viewtopic.php?id=717 Use form_tag instead form_for

Saravanan K