How to make the form to fill in username and password

Hi

I would like to make the page (the first page) for multiple users to log in to my e-learning system made by Activepresenter. The page should consist of username field, password field, and submit button.

Could you give me an advice on how to do it ? (Link, example video, example file, …, would be great)

Regards,
Tanut

Hi,

ActivePresenter only generates HTML5 content that runs on the client-side.
To create a login page, in addition to the form (to enter username, password…) on the client-side, we need to have server-side script and database to handle and manage users.
Normal users cannot do that.
If you want to learn more about that, you can search for user login system on Google.

Best regards,
Thuy