Last Name field w/ User Integration - multiple words and letter casing #1181
-
Two problems here:
Is there a name parser that Freeform uses that is trying to normalize the names? Steps to reproduce
Expected behavior Craft & Plugin Info (please complete the following information):
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @vonscriptor, Freeform doesn't add any extra validation or transform steps to that data. I believe this is Craft doing it, as their documentation references that they have a In my testing, initially I couldn't duplicate the issue, but I am using the default where the control panel just shows the Full Name (which is what it seems Craft is moving to). However, once I enabled You should check with the Craft Team on this one if it's expected behavior or if there are options to control it. I do see a setting like |
Beta Was this translation helpful? Give feedback.
-
Good news, @kjmartens and @gustavs-gutmanis—with this information Brandon was able to find the issue and will be pushing up a fix in the next release. Thank you for the deep dive into this! Reference: craftcms/cms#14723 |
Beta Was this translation helpful? Give feedback.
Hi @vonscriptor,
Freeform doesn't add any extra validation or transform steps to that data. I believe this is Craft doing it, as their documentation references that they have a
name parser
.In my testing, initially I couldn't duplicate the issue, but I am using the default where the control panel just shows the Full Name (which is what it seems Craft is moving to). However, once I enabled
showFirstAndLastNameFields
config item, I could see that things likeVan Holtz
were switching tovan Holtz
, and thatSanchez Maselli
was switching toMaselli
.You should check with the Craft Team on this one if it's expected behavior or if there are options to control it. I do see a setting like
extraLas…