Hi there!
I need some help with something I'm doing, and I hope there's any talented people out there that can help me.
What i'm trying to do is this:
I have one text field "A".
I have 3 radio buttons "1", "2", "3"
I have 3 more text fields "B", "C", "D"
If radio button 1 is checked I want B = A
If radio button 2 is checked I want C = A
If radio button 3 is checked I want D = A
Also these values should update as soon as the user enters a different value in field A.
So if you change the value in A form 0 to 6 and radio button 1 is checked, the value in B should change to 6...
I don't know if this is easy to do or hard, but I just couldn't get it right.
I'll be thankfull for any replies. 
|