[SOLVED] Â Confirm password field |
2/21/2020 12:54:45 PM |
PHPRunner General questions | |
![]() Hi Guys, |
|
![]() |
aadham 2/21/2020 |
Hi Guys, What is the easiest way to add a confirm password field to the user registration form similar to image/link below? https://xlinesoft.com/livedemo/todolist/register.php I have been searching everywhere in settings but can't locate it, it would be great to learn how to do it for a field like e-mail also. Any ideas would be much appreciated. Thanks, J
|
![]() |
jadachDevClub member 2/21/2020 |
You can create a copy of the field in the SQL editor using an alias such as Password as Password1 dynamic tblUsers = GlobalVars.dal.Table("Users");
var ctrlPassword = Runner.getControl(pageid,'Password'); |
![]() |
Admin 2/23/2020 |
The question sounds a bit strange to me as 'Confirm password' field is created on the Registration page by default. |
![]() |
jadachDevClub member 2/23/2020 |
The question sounds a bit strange to me as 'Confirm password' field is created on the Registration page by default.
|
![]() |
woodey2002 author 2/23/2020 |
Thanks for the code Jerry! |
![]() |
jadachDevClub member 2/23/2020 |
We are kind of getting off the original post here, but I will share with you one thought. |
![]() |
woodey2002 author 2/23/2020 |
Thanks Jerry, |