How to hide and edit in Multi Paged Form

Confluence User - 05 Mar, 2018

In a Multi Paged Form :

(1) In a readonly Page, how to hide this "box link":

(2) If  in case this "box link" cannot be erased, how to change or delete label "Add Entry" after click  :

 

Thank You ...

 

forms

3


06 Mar, 2018
confluenceUser
confluenceUser

try css, disable column

#session1 td.grid-action-cell {display: none;}

 

06 Mar, 2018
confluenceUser
confluenceUser

It's not working.. where should i put this script ? i've tried to put this #td.grid-action-edit {display: none;} in a Custom HTML before Form Grid but same result..

06 Mar, 2018
confluenceUser
confluenceUser

yes, use custom html, then write in style tag. session1 is your session id. <style> #session1 td.grid-action-cell {display: none;} </style>

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print