Page 1 of 1

Adding to Login form additional Editboxes

Posted: Thu Aug 03, 2017 7:08 am
by Aris
Hi.

I use a Signup form.
Also, I use Login form (which is provided by the Login tools).
So the user may Login in order to visit my protected pages.

But I have in my web site a protected web page, that offers a special service.
So, I would wish the user to Login again and additionally send an email, in order to request this service.

Here is my first question:

May I add to the Login form additional Editbox asking the user to write his/her Email?

This my second question:
If your answer is YES, is there a way to verify that Username, Password, and Email are the same as these which the user registered in Sign up form?

Thank you.

Re: Adding to Login form additional Editboxes

Posted: Thu Aug 03, 2017 7:20 am
by Pablo
If you convert the Login form to a standard form then you have full control over the layout and functionality of the forms.
However to modify the code you need PHP knowledge, this is not something I can teach you.

Re: Adding to Login form additional Editboxes

Posted: Thu Aug 03, 2017 2:46 pm
by Aris
Thank you, Pablo.

Aris