I am new to Zoho so bear with me. I have two basic forms I am connecting. The first is a customer form; first name, last name, address, phone, email, etc. I then have a class field that I put in specifics on date, time, etc. To the class I want to add a roster - i.e. people who have taken the class. I created a sub form to add attendees to the class. I have the field for last name as a drop down list. 4
My objective is that I will pick a name from the last name field, and then the options for first name (also a drop down) will then filter so i can pick it easier.
The last name drop down is populating perfectly. I pick my last name but my first name drop down list never dynamically populates. I am using the code for the "set filter" check box with
((Last_name==input.Last_name)) When I try to do this I get
In Criteria left expression is of type STRING and right expression is of type BIGINT and the operator == is not valid