I have a form that collects information and should pass it to another page in steps...
It is a long form so I will not post it here.
The user selects an image using a RADIO button:
<input name="newsletter[]" type="radio" value="Golf Theme" checked> Golf Theme
I have 3 radio buttons for now.
<input type="image" name="submit" src="next.GIF" width="90" height="27">
Once they select the image, I want that image to show up on the next page.
All of the other info passes, but not the image!
I also need an
"if" statement to decide which RADIO was chosen.
I have tried
imageload
$POST
$REQUEST
I even tried to load the absolute path.