You are viewing limited content. For full access, please sign in.

Question

Question

Hide one autofill button when there are many on the page.

asked on October 9, 2015

I have a number of lookups that are happening on the form when it loads. Right now I hide the "autofill" with a css (.autofill {display: none;}) and it works perfect. Problem is it hides all of the Autofill buttons and i just want one of them hidden.  I'm not sure how to differentiate between each of the buttons.

 

Thanks for the help 

0 0

Replies

replied on October 9, 2015

Hello Nathan,

You can set custom CSS classes for form elements in the "Advanced" tab of the field creation dialog. So for the element you need hidden, you can add the class "hide-me-only", and in the custom CSS add .hide-me-only {display: none;}

Hope this helps!

0 0
replied on October 9, 2015

That hides the text box also. I just want to hide the button. 

 

0 0
replied on October 9, 2015 Show version history

What about the below?

.hide-me-only .autofill {display: none;}

In addition, perhaps this thread may be of some help.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.