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

verdakosnett
Tera Expert

Table name


find_real_file.png


verdakosnett
Tera Expert

Field name:


find_real_file.png


Ok, My Bad. The Id which is being used in the script shared above is specific to Knowledge Table field. So in order to hide   HTML Signs in your scenario, you need to find out the Element ID for your HTML field and replace the same . This can be found out by following the below steps:



1) Open your form which contains the HTML field and open the console window of your Browser by hitting the F12 key on your keyboard.Somethin like the below screen shot:



find_real_file.png



2) Now click on the Arrow which I have highlighted in the screen shot above and click on either the "+" or "-" sign of your HTML field which will give you the element ID of your HTML signs . Replace it accordingly in your script and this would work for you.



find_real_file.png



Search for the ID similar to what has been shown above and Replace accordingly.



Regards,


Shloke


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

Regards,
Shloke

verdakosnett
Tera Expert

What version are you on? We are in helsinki. Personal instances are usually Istanbul. Your html script shows something entirely different then mine:


find_real_file.png


Is your field name "text"?