function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anand Chaturvedi 4Anand Chaturvedi 4 

Known Error Reads Fixed But Seems Unresolved

I keepg getting this error for form submittions from my website..

No such column 'InformalName' on entity 'Contact'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.

I have added 'InformalName' in Contact but still no resolution. Can any one here help ?
Marc Bourlon 21Marc Bourlon 21
"InformalName" is not a standard field, so, once you have create a custom field named "InformalName" on Contact, you must use "InformalName__c" to reference it anywhere (lightning:inputField, etc.)
How did you code your form?
Ankush02Ankush02
Hi Anand, 

Please post the field details you have created. As Marc Bourlon 21 suggested, try with appending __c for the field name or pick up the API name from the field you created. It should work with that.

Regards,
Ankush