interesting but to hard for me...
i have a form with regular expressions.
it also contains a few checkboxes.
when a person checked some optional checkboxes, but made a mistake in the mandatory fields, the checkboxes become unchecked again. (that's my problem, probable more people got the same problem)
That person has to check them again, which is frustrating.
Which clever programmer knows how i can change my form?
Do I use the function isset() ?
Can I do this without cookies?
<input type="checkbox" name="changing_names" value="on">
<input type="submit" value="send" name="verzendbutton">
after submitting, my values are unchecked again...
Thanks sofar.