Hello,
I am relatively new to this, so I'm not even sure if this is the easiest way to go about this problem.
I have a couple of check boxes written in html stored in a Perl file that is run through cgi.
The problem is that I want to be able to dissable the checked boxes after they have been submitted - only for that day!
i.e. The user goes to the site, ticks a few boxes, submits it. A second user comes along, and can't tick the boxes that have already been ticked by the previous user.
I thought this might be possible, as Perl is server side.
Thank you as always for the help and hints
Best regards,
I am relatively new to this, so I'm not even sure if this is the easiest way to go about this problem.
I have a couple of check boxes written in html stored in a Perl file that is run through cgi.
The problem is that I want to be able to dissable the checked boxes after they have been submitted - only for that day!
i.e. The user goes to the site, ticks a few boxes, submits it. A second user comes along, and can't tick the boxes that have already been ticked by the previous user.
I thought this might be possible, as Perl is server side.
Thank you as always for the help and hints
Best regards,