I have a table with several questions however, multiple people using the table and would like to store the users selection temporarily and when saved write the value, and the users ID to another table not to the question table. Can this be done and if so how?
I have used a DropDown list box however, the DropDown list box writes the value to the question table and other users see the value.
Does anyone know how to do this?
Thanks
[codebox] <TD class=headerlistdown_v style="PADDING-LEFT: 10px"
width="30%">Choice</TD>
<TD class=shade_b style="PADDING-LEFT: 10px"
{$row.1Choice_style}>{$row.1Choice_value} [/codebox]