Input type radio

Website URL

(please specify the URL of the site on which you are experiencing the problem)

Error Message

<input type="radio" id="javascript" name="fav_language" value="JavaScript">

  • this code goes with ? …? around the circle for choice.
    How to avoid that?

Other Information

(other information and details relevant to your question)

please give much more information as well as what you are trying to achieve

perhaps by choosing something of a different type

2 Likes

My question is: Why in input radio ,like : input type=“radio” id=“javascript” name=“fav_language” ,
taked from W3Schools, in test script, I see two signs ?.. ? around the circle - for choosing one option. How to avoid this undesireble signs.

1 Like

Can you copy and paste your code here
and then select it and choose code formatting
image

so that it does not happen as in your previous question that it is not visible.

my first assumption is that you have some character that is not utf-8
so the browser doesn’t know how to display it but give us the code so we can check

NOTE - it should definitely have at least two choices so that it can be unchecked if clicked again
and make sure that ID doesn’t repeat.
or use input type="checkbox" if there is one choice

2 Likes

They set the opacity of the input to 0. Read the tutorial closely and it actually tells you that.

1 Like

No replyy…..?

Some times someone may be late to reply, some times you may not get a response at all. In this case it’s only been 9 hours; be a bit more patient :stuck_out_tongue:

Clarification

In case this isn’t clear, my response is going to katesmith1304’s response above, not to the OP. Additionally I am referring to an OP replying; you’ll always get a reply from a forum user or the Admin when opening a new topic, but do keep in mind those may come a bit late as well :slight_smile:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.