im coding a form and want to reshow any valid data to the user if they have omitted other required fields and not have to retype them.
using asp and its working fine for input and radiobuttons using the values in my session variables.
however where it falls down is for textarea fields which are probably the most important as users woont want to key them all in again if its another invalid field they need to complete.