I have silverstripe v 2.3.2. I also have UserDefinedForms. I have created a form for our video library checkout. On this form I have 3 text boxes and a couple pull down boxes. Our library is sorted by subject, so naturally that is the way i would like to do our checkout form. I created a pull down that has all of the subjects and pull downs for all of the titles with in the subjects. I have custom rules set up like the following:
When the user selects (subject 1) in the first pull down, it will show the titles below in another pull down for that subject.
When the user selects (Subject 2) in the first pull down, the pull down below it will show the titles for that subject, so on, so on.
My problem is that when the form is submitted it is still showing the headers of all of the hidden pull downs in the email. How do i get it to not display the "hidden" pull downs in the email.