I have a form that is getting this error message when submitted. Based on another thread, I think the problem is one of the two formulas used in the form, but they both work in preview so I don't know which is the problem. Does anyone see a problem with either of these?
=IF(LEN(id)=1,CONCATENATE("CC20-0000",id),CONCATENATE("CC20-000",id))
This one turns the "id" field into a Medical Record Number. Both fields are Single Line fields.
=SUM(VALUE(Appointment_Time_Start),DIV(2,24))
This one sets an appointment end time to 2 hours after the appointment start time. Both are time fields.
Thank you!
Shawn