Is it possible to have a list inside a list?
for example:
table: poll
id
name
table: questions
id
question
date_start
date_end
text_color
poll_id
And the purpose is:
first list view, I can ADD a poll like "First set"
then the list view will show as a record "First set" I should be able to click in a edit button like, and I will go to another list view
this one will permit to add "questions"
did I make my point?
help please!