How can I fetch multiple values by selecting single radio button using ejs?
Current Code
<input type="radio" id="<%= list[index][0] %>" name="id" value="<%= list[index][0] %>">
I want
<input type="radio" id="<%= list[index][0] %>" name="id" value="<%= list[index][0], list[index][1] %>">
1.4m articles
1.4m replys
5 comments
57.0k users