View Single Post
Old 03-27-2005, 08:09 PM   #5 (permalink)
BCN
BCN
 
BCN's Avatar
 
Join Date: Mar 2005
Location: Sidney BC
Posts: 1
BCN is on a distinguished road
Hello,

in the child.html part of the send text from child to parent form info, how would you create a list of checkboxes or radio buttons to allow for mulitple options?

I tried this;
<input type="checkbox" name="childfield" value="A">
Option 1<br>
<input type="checkbox" name="childfield" value="B">
Option 2<br>

but it seems more than one option won't propogate to the parent form.
Rgds,
Dave
BCN is offline   Reply With Quote