Hello there! I wonder, if it is possible to use the node title as the poll question? At the moment, users have to set a node title AND a seperate poll question. What I want to achieve is that the node title textfield is labeled as "Poll question" and that the textfield "Question" disappears. Whether the Question is displayed at top of the possible answers or not is not important to me.
Could you give me a hint how to do that? Thanks in advance, Freddy
Comments
Comment #1
mario_prkos commentedInstead of question use ' ' single quotes with space between. This will tell module that question is empty
Comment #2
freddyseubert commentedFirst off, thanks for your reply!
So if I want the user not to see the "Question" textfield upon node creation, I have to hide it with css? Or is there another way to achieve this?
Comment #3
mario_prkos commentedNo, module do it by itself. It is feature built just for that purpose.
Comment #4
freddyseubert commentedNice. Thanks for your help!