Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Changes to Web Form Login

Hi,

I would like to make two changes to the web form login page (screen attached to avoid confusion). Since I am not that experienced with html, I am asking for help. The two things I would like to do is:

1. Make sure the cursor goes automatically to the "User Name:" field

2. Make it impossible to save the credentials in this form.

Does anyone have experience with this? Any help is appreciated.

Thanks,

Magnus

Labels (1)
1 Reply
Bill_Britt
Former Employee
Former Employee

Hi Magnus,

You should be able to change the code and use something like

   <body onload="document.forms['myForm'].elements['firstField'].focus()">

On the  save credentials, I know of now way to do that.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.