I am just beginning testing of a web-to-lead form. Here is the configuration of the form: https://tinyurl.com/266ytbg7
I am using Postman to submit test data. Here is the test data:
{
"firstName": "Johnnie",
"lastName": "Weissmuller",
"emailAddress": "weissm@printscience.com",
"phoneNumber": "123456789"
}
Here is the response from ESPO:
{
"messageTranslation": {
"label": "validationFailure",
"scope": null,
"data": {
"field": "phoneNumber",
"type": "valid"
}
}
}
It is not at all clear to me which piece of data is failing validation.
I am using Postman to submit test data. Here is the test data:
{
"firstName": "Johnnie",
"lastName": "Weissmuller",
"emailAddress": "weissm@printscience.com",
"phoneNumber": "123456789"
}
Here is the response from ESPO:
{
"messageTranslation": {
"label": "validationFailure",
"scope": null,
"data": {
"field": "phoneNumber",
"type": "valid"
}
}
}
It is not at all clear to me which piece of data is failing validation.
Comment