There seems to be an issue with the First Name field. According to the documentation First Name is supposed to be set as autocomplete=”given-name”. However, when using devtools, Chrome and Firefox, it is autocomplete=”name”. The problem is this autofills the users Full Name, not only the First Name. Needless to say my clients are complaining.
The page I need help with: [log in to see the link]
I was able to replicate the issue. You can use the following jQuery code to resolve it. This code will modify the existing “autocomplete” attribute, changing it from “name” to “given-name” as shown in the screenshot below.
It looks like it is working fine on my end after adding the code. Can you try checking from an incognito window and see if the issue is still there? Please let me know.
This reply was modified 2 years, 2 months ago by Faisal Ahammad.
That’s great to hear! So, you were able to make it work by adding a 1000ms delay to execute the code? That’s interesting because my code was working fine without any delays. I’m not sure why it wasn’t working on your end, but I’m glad you were able to find a solution. It’s amazing to see that it finally works now!
If you have any other questions, please feel free to contact our Customer Success team (here). We provide support to ALL users, whether they are using Ninja Forms core or our add-ons.
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Autocomplete First Name Bug’ is closed to new replies.