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.
how can i link input boxes on a template
Moderator: General Moderators
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
An actual example would be helpfull
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.
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.