Hi
I have a bunch of checkboxes. While in fetch method iam checking it and disabling the checkbox which has data in backend. Rest are enabled. User can check the rest and update it. While in form submission I need to differenciate between the checkboxes which are disabled and those that are enabled. I basically need only the checkmarked checkboxes which are enabled to update the database.
Any help would be appreciated.
Regards
Shobana
I have a bunch of checkboxes. While in fetch method iam checking it and disabling the checkbox which has data in backend. Rest are enabled. User can check the rest and update it. While in form submission I need to differenciate between the checkboxes which are disabled and those that are enabled. I basically need only the checkmarked checkboxes which are enabled to update the database.
Any help would be appreciated.
Regards
Shobana
Comment