matrix type of checkbox insert |
@kvanaraj,
There are many ways you can approach this: One way would be to have a hidden value (in each row) that is updated whenever a checkbox is checked in a specific row. You will have to use javascript to accomplish this. Another way is to generate a unique name for each checkbox that corresponds to the Regno. Then when the form is submitted all you have to do is verify if the checkbox is checked. and there are more but this should help to get you started. |
Messages In This Thread |
matrix type of checkbox insert - by kvanaraj - 07-05-2018, 04:48 AM
RE: matrix type of checkbox insert - by php_rocs - 07-05-2018, 08:25 AM
RE: matrix type of checkbox insert - by jreklund - 07-05-2018, 08:32 AM
RE: matrix type of checkbox insert - by kvanaraj - 07-05-2018, 10:20 PM
RE: matrix type of checkbox insert - by jreklund - 07-05-2018, 11:31 PM
RE: matrix type of checkbox insert - by kvanaraj - 07-05-2018, 11:46 PM
RE: matrix type of checkbox insert - by jreklund - 07-06-2018, 03:41 AM
RE: matrix type of checkbox insert - by kvanaraj - 07-06-2018, 05:01 AM
|