I have a web page where the user inputs lots of data, with a 'participant id'. What I want to do when the user inputs the page is
a. check to see if the PARTICIPANT ID already exists
b. if it doesn't, I store a new record
c. If the PARTICIPANT ID is already in the database, I want to redisplay the page with all the input data and tell the user to change the PARTICIPANT ID because it already exists.
My question is how to retain all the input data (there are about 100 fields (checkboxes) on the page) so the user can update the PARTICIPANT ID and re-submit.
THanks!
a. check to see if the PARTICIPANT ID already exists
b. if it doesn't, I store a new record
c. If the PARTICIPANT ID is already in the database, I want to redisplay the page with all the input data and tell the user to change the PARTICIPANT ID because it already exists.
My question is how to retain all the input data (there are about 100 fields (checkboxes) on the page) so the user can update the PARTICIPANT ID and re-submit.
THanks!