Hi,
Does anyone know of a way to preserve a checked checkbox when a script calls itself but then detects an error with some other inputted value - for text fields I'd use something like this:
<input name='text_field[$index]' type='Text' size='6' maxlength='6' value='text_field[$index]'>
This would cause the contents of the field to be redisplayed if there was an error somewhere else in the form.
I did the same with the checkbox field name but it didn't work.
TIA
Chris