Discussions
Create a new Form Name Length Issue
3 days ago by John S
When creating a new form the name length is limited to 12 characters with the following error given if the length is greater than 12 characters:
{
"errorCode": 400,
"message": "Badge Name must be less than 12 characters."
}
Once the form is created the name length can be changed to more than 12 characters.
It seems on form creation the name sets both the form and the badge name (limited to 12 chars). Whereas on update the name only changes the form name and not the badge name, hence the character restriction not being applied.
What's field names do we use to set the form and badge name independently on creation?