I'm setting notices off of dates in a child form. I want the dates to be determined in the parent form, and then get pulled into the child form.
I first set up the date fields in the parent form as date input fields, and set up the fields for pulling the dates into the child form as simple text fields. When I did that, the fields pulled into the form fine, but then the notices did not go out on the dates.
I concluded that the fields in the child form needed to be date fields as well, so that the notice would recognise the content of the field as a date. So I changed the fields in the child form that I wanted the dates to pull into from the parent field as date input fields also. Now my notices will get sent on those dates, but the actual dates will not pull into the child form fields from the parent form fields. The behaviors & parameter names SEEM correct - where did I go wrong?
