I have created a node which has a set of drop downs.
When i try to edit my node i want my drop downs to list the values based on the node selection.
Eg:
I have a Node which is an event page where i have to select 2 participants for a Quiz
The no. of participants are fixed. so i have placed 2 drop downs for the selection of the participants.
The page has other details like Venue , date.
On saving the data for the quiz.When i go to edit.
i have other details to be filled on the Quiz (Who won)
This dropdown has to list the Participants for that Quiz.
I would like my dropdown to show me the list of participants for that Quiz , so i can select who has won.
I tried using view based on the Node , but my view displays the data in a single line.
I would like to know how i can have a dropdown show data based on the Node id from the URL.
If not the best way to do this using Drupal.
I have not done any coding.