i have the following:
test.html
form
radio button 1 = blue
radio button 2 = red
radio button 3 = green [ client selects this color button ]
next page button = go to test2.html
test2.html
thank you for selecting color
text box with value = green shows up
more misc. form info such as name, etc.
submit
i am using cgi for this form and would like to know how i can have
a client select a radio button on page one and
it fill the text box on page 2 with the value of the radio button.
Thanks
Start Free Trial