Template LOGIN button submit action

I am using your template ‘Login Form v1’. This template has two input fields (email and password) and a “LOGIN” button.
As downloaded the LOGIN button operates when clicked by linking out to:

http://mysite/?email=INPUT1_TEXT&password=INPUT2_TEXT

I assume the template registers an “onClick” or “submit” function on the LOGIN button to perform this function. I want to change the operation of that button, so I need to know where that occurs. I will then be able to hook in a different operation. Despite searching for this function in your code I have not been able to find it.

Can you please tell me where to find either:

1. Where the current "submit" operation is registered, or
2. How to change the operation of the LOGIN button.

Thanks.

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
The Login Form v1 does not any implementation on the submit button. Currently, the forms submit the values to itself.
You will need to implement your own on-submit/on-click event.
Thanks!
Colorlib Support Team