Empty hidden fields
I have two columns in my table
in my form, I have a checkbox, it's value decides whether to show the hours or the semesters input using the
now I don't want both semesters and hours to be set at the same time, so for example if
hours and semesters. both are nullable.in my form, I have a checkbox, it's value decides whether to show the hours or the semesters input using the
->hidden methodnow I don't want both semesters and hours to be set at the same time, so for example if
horus is shown I want to make sure semesters is null when saving the form and vice-verca