Solved
Date calculation in form not working
Trying to make a calculated date based on another form field. I'm using Calculated Field, format=date
"Video due date" is a date field in the same form. This is the calculation I'm using that comes back "Custom Expression Invalid"
ADDDAYS(Video due date,-3)
Anybody know what I'm doing wrong?