NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on April 21, 2012, 06:25:24 AM
-
Not a showstopper but I'm curious if there's a fix or workaround.
I use a login form straight from the NT examples (a little modified...).
The Save/Close button's text in desktop mode is "Login" - Correct
In mobile mode it's "Save" - InCorrect.
This has confused some of my customers....
Thanks!!
Don
[attachment deleted by admin]
-
in your login form you are setting
.textvalue = 'login'
for mobile set
.MobileText to 'login'
as well.
cheers
Bruce
-
Dang it! I should have caught that!! Thanks Bruce!
It's the simple stuff that always bites me!