Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

Submit button

Hi All,

Need quick help or workaround if not possible.

As per the requirement, Submit button should not have frame .

SubmitButton.png

Kindly advise.

Regards,

Mahamed

23 Replies
varshavig12
Specialist
Specialist

There are already so many suggestions try them,

1. Go to layout - Uncheck border

2. Text box option - Use Action with it.

3. Try using image

All this will work.

Clever_Anjos
Employee
Employee

Go to c:\programfiles\QlikView\Web and customize your custom.css file

You need to modify loginSubmitButton class

#loginBox .loginSubmitButton {

width:100px;

border:0px;

height:40px

}

Mahamed_Qlik
Specialist
Specialist
Author

Hi Varsha,

The submit button is not an object on sheet.

I am having the requirement to change the submit button which is shown in access point just below the login credentials I have posted the image above.

Regards,

Mahamed

Mahamed_Qlik
Specialist
Specialist
Author

Hi Clever,

I am not able to find the web folder in the given path

c:\programfiles\QlikView\Web



Regards,

Mahamed


varshavig12
Specialist
Specialist

Yeah, I came to know this after reading Clever's post.

Clever_Anjos
Employee
Employee

C:\Program Files\QlikView\Web

Capturar.PNG

Capturar.PNG

Mahamed_Qlik
Specialist
Specialist
Author

Also, just want to check where exactly should i look?

Either on publisher machine or server machine or web server machine?

Regards,

Mahamed

Clever_Anjos
Employee
Employee

web server machine or server machine, depending how was your setup was done


Capturar.PNG

Mahamed_Qlik
Specialist
Specialist
Author

Ok. I got it.

But, I have opened it and see below :

body {font: 11px Arial, sans-serif; color: #333;text-align:center;background:#e8e8e8;}

#frame {width:100%;background:#fff url('images/bg_body.png') repeat-x right top;height:100%;*height:auto;}

a {text-decoration: none;cursor:pointer;}

a img {border: none;}

a:link, a:visited {color: #333;}

html body a:hover {text-decoration:underline; color:#439400;}

What to changes to remove the border of submit button?

Regards,

Mahamed

Clever_Anjos
Employee
Employee

#loginBox .loginSubmitButton {

width:100px;

border:0px;

height:40px

}