Hello, I need help with my function. I want a submit button for my newly created form, and it's having errors, and I don't know where it is. This is my syntax
Collect(
Leak_Reporting2,
{
Date: date.Text,
'WCAV Unit': wcavunit.Text,
'Reported By:': reportedby.Text,
'Type of Leak': typeofleak.Text,
MRU: mru.Text,
'Complete Adress(if possible)': completeaddress.Text,
'Nearest Landmark/Meter Number': nearestlandmark.Text,
'Contact Number(if available)': contactnumber.Text,
'CAN(if available)': CAN.Text,
'Chlorine Test': chlorine.Text,
Remarks: remarks.Text
}
)