Can not copy Url and Image field contents to a Stateless Form

Can not copy Url and Image field contents to a Stateless Form

@ZOHO Creator Team:

I have a Sateless Form ... in its on Add on Load section I have commands like ...

   
  1.         thisClientProfile  =  Client_Profile  [Client_ID == input.Client_ID];
  2.         input.Business_Name = thisClientProfile.Business_Name;
  3.         input.Client_Email_Address = thisClientProfile.Client_Email_Address;
  4.         ... and ...
  5.         input.Website = thisClientProfile.Website;
  6.         input.Business_Photo_1 = thisClientProfile.Business_Photo_1;
  7.         ... etc. etc. ...
When I render this Form, the other fields are corectly shown in their respective Boxes ... but the boxes for ...

Website
Business_Photo_1

... are EMPTY !!!

Website is a field of type Url ... and Business_Photo_1 is of type Image.

Can someone at the ZOHO Creator Team advise me if such field types have a problem copying the Field contents from a Table/Form ?


Gaev