I solved it, if anyone needs to know. I checked out the tests and found the test for the load_config_file. I needed to add something that accepted an elements list, like a Block or else it misunderstood whatever config file I called.

#main.yml
---
elements:

 - type: Block
   load_config_file: prior/test_sub_appointment.yml



#test_sub_appointment.yml
---
elements:

 - type: Fieldset
   legend: Appointments
   element:

   - type: Hidden
     name: appointment_count
     # etc, etc

Thanks for all of your help and the suggestion to check the tests. I'll be sure to check the tests first from now on.

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to