how to hide the action name in views

naveenkumardnk2_1-1679468994212.png

naveenkumardnk2_2-1679469152331.png

 

how to hide the action name in  views

0 1 73
1 REPLY 1

You can replace Display Name of your action with a blank value like concatenate(" ")

GFormMLH_0-1679476466018.png

If you want to hide it only in specific views, try something like : if(Context("View") = "nameoftheviewyouwanttohide", concatenate(" "), "originalactionname")

 

Top Labels in this Space