Darrel Patterson wrote:
Solution for pre-checked radio buttons.
Open the HTML file and find the code for the radio buttons. One will have "checked type="radio"", the rest will just have, "type="radio"". Delete the word "checked" and no more pre-checked radio button!
Solution for pre-checked radio buttons.
Open the HTML file and find the code for the radio buttons. One will have "checked type="radio"", the rest will just have, "type="radio"". Delete the word "checked" and no more pre-checked radio button!
Hi Darrel,
I envy you the abilty to work with HTML files. It is a great suggestion, so I quickly looked for the HTML file and after much searching, I found it! I double clicked on it to open it, and lo and behold there was my form in my browser. Now what? I know, learn HTML, and use the program that is offered by CC. I'll get to that when I finish preparing my form which is HTML5 compliant (not complaint) using a program that has that.
See what I mean. Not everyone has that talent.
Back to to square one with my suggestion that Scot instruct his coders (programmers) to forget the w3c instruction about preselection and implement the change.
Guy