beforeSave()
Hello everyone,
I am trying to modify the data on the EditStudent page before saving it to the database. Upon saving, I have set the redirect to the list page. I am using the beforeSave() method, and as soon as I click the save button in the form, the values change correctly, but then they are not saved to the database. What am I doing wrong?
Thank you very much.
I am trying to modify the data on the EditStudent page before saving it to the database. Upon saving, I have set the redirect to the list page. I am using the beforeSave() method, and as soon as I click the save button in the form, the values change correctly, but then they are not saved to the database. What am I doing wrong?
Thank you very much.