How to hide the plus/minus signs above html fields

verdakosnett
Tera Expert

find_real_file.png

Does anyone know how to hide the -+ buttons that are above and below the html fields? Also, I wonder why one needs them when the field is read-only?

find_real_file.png

16 REPLIES 16

Hi,



Can you Update your Script as below and give it a try:



function onLoad() {


    //Type appropriate comment here, and begin script below


    document.getElementById('sizer_minus_x_64719_letters_tasker.tasker_family').style.display='none';


  document.getElementById('sizer_plus_x_64719_letters_tasker.tasker_family').style.display='none';


}



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

verdakosnett
Tera Expert

There still seems to be a syntax error. I placed these two statements at the beginning of the onLoad and it crashed.


Is your script something similar to what i have shared below? Below one works for me perfectly.



find_real_file.png



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

verdakosnett
Tera Expert

exactly the same. I took everything else out of onLoad and it still didn't work


Is this your Personal instance or a client one? If it's a personal instance I can set it up for you if you share your credentials and URL.



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke