May 13th, 2009, 8:10 AM
Dear friends,
I'm working on a fairly complex form that includes a long list of 36 (!!) checkboxes, each one with a text field on its side:
As my client would like to edit each checkbox+relative field at the same time, and he would like to keep them syde-by-side as in the online form, does anybody know how can I configure/modify the field option or the main form, so to keep those checkbox+text field couples aligned on the same line?
Please note that for the moment each line in the original form is coded as follows:
Any help would be greatly appreciated!
Diego
I'm working on a fairly complex form that includes a long list of 36 (!!) checkboxes, each one with a text field on its side:
As my client would like to edit each checkbox+relative field at the same time, and he would like to keep them syde-by-side as in the online form, does anybody know how can I configure/modify the field option or the main form, so to keep those checkbox+text field couples aligned on the same line?
Please note that for the moment each line in the original form is coded as follows:
Code:
<tr><td class="answer"><label><input type="checkbox" name="esami_medici[]" value="markers_hbv" />Markers HBV</label></td><td class="answer"> Costo: <input type="text" name="costo_markers_hbv" size="8" maxlength="15" value="" /> €</td></tr>
Any help would be greatly appreciated!
Diego