|
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
|