Is there any way to hide multiple fields across multiple tables with a single condition? I have tried using a single field rule and multiple field rules. Neither will hide more than one field if they are in different tables.
Question
Question
Forms - hide multiple fields across multiple tables with a single condition
Replies
I think you are experiencing a bug we have fixed in the upcoming 10.3.1 update 1 release. We will update this post once that update becomes available.
Ok thanks!
We did try to use the javascript method .hide() but this appears to be a temporary hide option. It hides it in the moment, but the archived document still show sit. Kinda strange how javascript changes are temporary or for only in the moment stuff. Is there a way to LOCK javascript modifications on the form?
I think this only applies to when you specify the field type IE: $('.classname type') vs $('.classname'). That is why he found that it worked for fields he did not reference as an input type. This is because when you submit a form, first, every field is deleted from the form and the value is copied to a replacement field of type DIV. I am pretty sure we left out the type but will check when I am back in.
If that (or any other related posts) don't work for you, please start a new post with the second question. It will be much easier for others to search for and better practice to keep each post one topic.
I also have a customer with the same issue. Please do let us know when the fix is available. Thanks.