Hi there.

I'm having some difficulties figuring out how to do the following task
in symfony. Lets say I have two modules in my backend called Question
and Answer. A Question can have multiple answers. Now what I want to
achieve is that when I'm creating a new question, I want to add text
input field widgets to this new question view so that the user can
type in the answers for that question as well as a radio input widget
to mark which one is the right answer. I know that right now, I would
have to create an answer one at a time, but I want to allow myself to
create 4 answers all at once when saving the new question.

I guess my question is, is there an easy way to do this using some of
symfony's framework? Is there an example on the web that someone can
point me to?

My initial thought is that i might have to create these widgets in the
form php file and modify the save function, but I don't really know
how it could save multiple answers at once.

Thanks everyone :)

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to