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

Question

Question

Hidden fields in table still take up space with Forms 12 Classic and New Designer

asked on April 25 Show version history

The signage normally would not appear unless the same trigger that hides the columns is positive.  I kept the image out of the rule as it illustrates the struggle I am having with 'moving' it close to the visible column.

and AFTER columns are hidden.

 

I have spent hours with Chatgpt using the Classic and New Designer to get the Custom HTML with the image to appear directly right of the row values.  But have failed.

 

As an additional point, I am trying to get the Add New Labor button to be hidden if JobCLosed? is True.  (That is the trigger to hide the colums), but have failed there to...  :(

0 0

Replies

replied on April 25 Show version history

Regarding hiding the "Add New Labor" button when JobClosed? is true, you can achieve this using field rules and some CSS like so:

.HideAdd .table-row-add {
  display: none !important;}

Note that this is using the Modern Designer, on Cloud - Depending on your version this may or may not be achievable. (But hopefully it is!)

1 0
replied on April 25

@████████ code example will work in modern designer.  If you use Modern designer with right show/hide rules the fields should all format correctly based on the true or false in the Job Closed field.  What you are showing appears to be from a lookup in classic designer and your Job Closed field has too much space.  

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

Sign in to reply to this post.