Is it possible to build validation rules that use answers from previous fields?
For example, q1 asks "how many days per week does your program meet?". q2 then asks "of those, how many days do you x?". I need validation on q2 that the answer be less than the value of q1. Is this possible? I looked at your gform validation hook but I can't tell if this would be possible.