Hey @MK_CapeTown you can’t do it with the normal First Name data collection block, since this will accept any text entry, no restrictions.
The only workaround is to add AI to it!
The person types whatever they want, and you send it to AI to determine if that’s a valid name or not. If it is, you can use the API to set the First Name (with the updateSubscriber endpoint). If it isn’t, you ask them to try again.
Hope this helps!
Hey @MK_CapeTown you can’t do it with the normal First Name data collection block, since this will accept any text entry, no restrictions.
The only workaround is to add AI to it!
The person types whatever they want, and you send it to AI to determine if that’s a valid name or not. If it is, you can use the API to set the First Name (with the updateSubscriber endpoint). If it isn’t, you ask them to try again.
Hope this helps!
Thanks so much, @Gustavo Boregio! This was a very helpful answer!