@ZOHO Creator Team:
I have a Sateless Form ... in its on Add on Load section I have commands like ...
When I render this Form, the other fields are corectly shown in their respective Boxes ... but the boxes for ...
- thisClientProfile = Client_Profile [Client_ID == input.Client_ID];
- input.Business_Name = thisClientProfile.Business_Name;
- input.Client_Email_Address = thisClientProfile.Client_Email_Address;
- ... and ...
- input.Website = thisClientProfile.Website;
- input.Business_Photo_1 = thisClientProfile.Business_Photo_1;
- ... etc. etc. ...