Sending information from one form to another quit working
Sending information from one form to another quit working
I set up a form called Test_Reserve and a form Called Test_Cal_Form
Was having great luck sending information from Test_Reserve to Test_Cal_Form so I could create a google cal feed. It quit working after I changed a field, but I looked up all the fields and as far as I can tell they match up fine...help?
insert into Test_Cal_Form
[
ENDS = input.real_end_time_date
STARTS = input.real_zoho_start_date_time
DETAILS = input.Riders_Names_Ages_Weights
Added_User = zoho.loginuser
]

