gDotDev
Why does this not print the firstname and lastname
Seems pretty simple to debug. Firstly run in debug mode and check what the value of first and last name are.
If it’s only printing Welcome Back, I’d presume that first name and last name aren’t being set and are therefore default value of empty string.
Once you deduce if this is the case, then debug line by line your code flow and work out why the values aren’t being set.
28 replies