Click to See Complete Forum and Search --> : Radio buttons, and Text fields?


gszauer
11-03-2006, 09:30 PM
Hi guys, i would like to have 2 text imput fields in my form, (lets call them text1, and text2) and also 2 radio buttons (radio1, and radio1).
What i am going for is when the form is submitted, if radio1 was checked, the text in text1 is passed, and visa versa.
Any ideas on how i can get this done?
Thanks
~Gabor

Kravvitz
11-03-2006, 10:42 PM
Why do you want to do that?

HTML can not do this and JavaScript may not be available in some visitors' browsers.

ray326
11-04-2006, 11:06 AM
You sort it out with the form processor (action) on the server.