I added special form validation to check begin and end times entered for a date to make sure they are allowed for that day of the week and don't exceed a 3 hour block of time. My code can be found here:
The validation is working to take the person back to the form and displays a message indicating a problem with the submission and errors are highlighted below. But there are no fields highlighted below in the form. It should have either the begin time or end time highlighted. If you look at my code (e.g. line 18 or 24 for checking field id and assignment of error within that if statement) I'm thinking that I somehow need to specify the individual field elements for each time field to get them flagged as invalid. How do I reference those field elements in the validation's form field object? I thought maybe I would find that in the documentation. But when I searched on field object I found this page which doesn't even list the time advanced field:
http://www.gravityhelp.com/documentation/page/Field_Object
Thanks for your help,
Jack