How to fill an HTML form with CSS ?
Posted
by misha-moroshko
on Stack Overflow
See other posts from Stack Overflow
or by misha-moroshko
Published on 2010-04-10T03:11:38Z
Indexed on
2010/04/10
3:13 UTC
Read the original article
Hit count: 327
Hello,
I have an HTML form with radio buttons, check boxes, text fields and drop down lists. Since I want user to fill everything in my form, none of the radio buttons and check boxes are checked and the text fields are empty.
I would like to write a CSS file that will fill the form with answers (I don't want to change my HTML file). Is this possible ?
I would appreciate an example or any other idea ?
Thanks !
© Stack Overflow or respective owner