Survey Form - Build a Survey Form

Hello I updated my code based the issues you pointed out pls what should I do now to place the label and radio on the same line

(post deleted by author)

I updated my code and this what it looks like just need to put the label and readio on the same line and also thr checkbox on same line with its label

on line 7 you have input with width 100%
you have to give a width to input[type=‘radio’] on line 11 for e.g 50px
this should solve the radio problem


Hi this is what I got after doing that

isn’t this what you wanted?


No,I want something like this


I just arrived at this pls what can I do now

you need to put the label elements after the inputs in all of them, as you can see in the image you just showed me


Hi thanks for your help🙏 I really appreciate .i arrived at this thr issue now is the space between the inputs(radio and checkbox) and label

Please post your actual code instead of a picture. Thanks