Login Page Custom

HI

Using PHPMaker 2020

I would like to change the txt on the login page the actual box from user name to email address


Regards
John B

You may use Page_Load server event to set the language phrase “Username” to other, e.g.

Language()->setPhrase(“Username”, “Email”);