Hi
I have written a form here:
It works fine in Zoho Creator.
All the data is recorded.
Everything we put in the form is recorded into Zoho Creator and we can access data there.
There is also a script which passes the data to Zoho CRM.
All this also works fine as well apart from one field.
The field to which we are trying to pass the post code across from Zoho Creator to a
"Standard Zoho CRM Field" called "Other Postal Code".
This is name when set to UK English.
For some reason the data is not being transferred across to this field from the form.
The syntax we are using in script is correct.
"Other Postal Code" : input.PostCode,
Where "Other Postal Code" is the field name in CRM.
And "input.PostCode" is the name of the control on the form.
I think it is a bug with the standard field name which appears to
be rejecting the pass through as I've tried to use another form control to pass a value to it.
Also you can't use another custom field to accept the data.
This is because the form requires the standard field in order to get the
'Locate Map' button / function working when selecting "Other Address".
Any suggestions?
Thanks
Gene