In rare cases, NativeCloud customers using Salesforce Communities may be missing information which prevents form submissions from reaching their destinations.
When looking at your browser console you may see an error like this:
Submission Response:BAD_RESPONSE 400 [Object] VisualAntidote_Submission_c [ {"message":"Form Type: bad value for restricted picklist field: NativeLightning","errorCode":"INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST","fields":["VisualAntidote__Form_Type__c"]} ]
This is easily fixed by modifying the list properties of a few fields from Formstack objects within Salesforce.
To Add it manually, log into Salesforce and follow the below steps:
Setup >> Object >> Search for Submission >> Search for Form Type >> Go to Values and add "NativeLightning"
When looking at your browser console you may see an error like this:
Submission Response:BAD_RESPONSE 400 [Object] VisualAntidote_Submission_c [ {"message":"Form Type: bad value for restricted picklist field: NativeLightning","errorCode":"INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST","fields":["VisualAntidote__Form_Type__c"]} ]
This is easily fixed by modifying the list properties of a few fields from Formstack objects within Salesforce.
To Add it manually, log into Salesforce and follow the below steps:
Setup >> Object >> Search for Submission >> Search for Form Type >> Go to Values and add "NativeLightning"
Setup >> Object >> Search for Form Submission >> Search for Form Type >> Go to Values and add "NativeLightning"
Comments
Article is closed for comments.