formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Set Field based on Multiple Fields that are Answered #717

Open xevious77 opened 4 years ago

xevious77 commented 4 years ago

I have a current form that has 19 fields on it. They are all pass / fail responses. I need to be able to set field 19 based on the previous 18 responses. If they are all pass then field 19 should be pass if there is one fail in the previous 18 then field 19 should be fail. How can I do this? Any help is greatly appreciated.