I have form about Initial name
like Mr. Ms. Mrs. and The other about 20 of it
and i want to use radio button if i click on the other the dropdown menu will enable for i choose the 20 more but if i didn't it will disable
Thank you
I have form about Initial name
like Mr. Ms. Mrs. and The other about 20 of it
and i want to use radio button if i click on the other the dropdown menu will enable for i choose the 20 more but if i didn't it will disable
Thank you
That can't be done with HTML.
I think you'll need to use JavaScript.
Something like this:
Now, my JS is about as good as my spanish, which is to say awful, but you get the idea, right?Code:<input type=radio name=initial_name onselect("document.write('<input type=text name=twenty_more />')") />
Bookmarks