Page 1 of 1

how can i link input boxes on a template

Posted: Wed Sep 01, 2004 2:44 am
by talorlik
hi all,

i have a table result of a search displayed on the template. at the moment i have a radio box with a unique value for each line but i need all the values in the columns of that line sent when i post the form.

my thought was to make those columns input boxes but how can i link the input boxes to the radio box so that when i click it those value will be sent?

if anyone has any suggestions itll be very appreciated.

cheers,
T.

Posted: Wed Sep 01, 2004 3:37 am
by CoderGoblin
An actual example would be helpfull :wink:


If users should not alter the data why do you need to send as part of the form. Surely the ID is the only thing you need ?

Several methods available...
1) Hidden fields containing the values - May involve duplicating data
2) Disabled input fields (with appropriate CSS styling) - Cannot remember which browsers support it.