Please help me with my survey form (radiobutton, user story 13)

i have an error with my radio button,I am done with the other user story, this is the only error in my code
my code is below:

Select Pizza retrieval method Delivery

Pick-up

User Story #13: Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute.

You forgot the value="" attribute for radio types, when i added, it got cleared

And the id of radio type and the for attribute in label doesn’t match (This is not an issue though), case matters too, you have delivery in your id and Delivery in your for

i dont remember any value="" in fcc thats why i did not use it
thanks sujith, i try to fix it later, , ,