I have an HTML form with radio buttons, checkboxes, text fields and dropdowns. Since I want the user to fill everything in my form, none of the radio buttons and checkboxes are checked, and the text fields are empty.
I would like to write a CSS file that fills out the form with answers (I don't want to change my HTML file). Is it possible?
Would I appreciate an example or any other idea?
Thank!
source
share