Closed mscruse closed 2 months ago
Why does the Statamic form field need to match the Salesforce required handle?
Can you show how you are sending this to Salesforce?
If it's something like an event handler, you could alias it like this...
$salesforce = [
'00N5g000003ufGi' => $submission['salesforce_thing'],
];
OK we'll look at another way.
Bug description
When adding a field to a form blueprint and setting the handle to start with a number fails validation.
Real world scenario - Salesforce field that needs to have a handle of 00N5g000003ufGi
This is related to issue #10591
How to reproduce
Add field to form blueprint and have a handle that starts with a number.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response