Symptom/Error
Webform submissions are failing with an error message similar to:
{"success":false,"error":{"message":"Picklist value 'test' for field 'cf_3357' is inactive and cannot be used on new or updated records."}}
This error occurs even when you are not sending the problematic field (like cf_3357) in your webform submission payload.
Cause
This error happens when a webform has a default or override value configured for a picklist field, but that specific value has been deactivated in the system. The webform tries to apply the inactive default value to incoming submissions, causing them to be rejected.
Solution
There are three ways to resolve this issue, depending on your needs:
Option 1: Reactivate the Inactive Value
Navigate to Settings → CRM Settings → Module Management → Picklist Field Values
Select the appropriate module from the dropdown
Find the problematic picklist field (referenced in the error message)
Locate the inactive value (e.g., "test")
Reactivate the value by enabling it in the picklist
Save your changes
Option 2: Replace with a Valid Active Value
Access your webform configuration settings
Find the field that has the inactive default/override value
Replace the inactive value with a valid, active picklist option
Save the webform configuration
Option 3: Remove the Default Override Value
Access your webform configuration settings
Locate the field with the problematic default/override value
Remove or clear the default override value completely
Save the webform configuration
Verification
After implementing one of the solutions above:
Test your webform submission with the same payload that previously failed
The submission should now process successfully
You should receive a success response instead of the picklist error
Leads should flow through to your CRM as expected
Escalation
Contact Dazos Support if:
You cannot locate the webform configuration settings to make the necessary changes
The error persists after trying all three solution options
You need assistance identifying which specific field is causing the issue
Multiple webforms are experiencing similar picklist value errors
When contacting support, provide:
Your webform public ID
The complete error message
The field name and value mentioned in the error
