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

Question

Question

hide when number field matches another

asked on December 3, 2020

Is there a way to hide a field when it matches another? I have a hidden "grand total" field for a collection. The user must the break that collection down below by budget. I then add the rows up and want to compare the grand total there to the hidden grand total, it it doesn't match have a red warning show saying they don't and to double check their work.

 

Or alternatively not let them submit if they don't match.

 

https://i.imgur.com/WLWkWux.png

 

https://i.imgur.com/M1bcMbT.png

0 0

Replies

replied on December 3, 2020

Likely the easiest way to do this is to another hidden field that does the Validation and returns a Yes No response. You can then use a Field Rule to Show a Custom HTML Message "Field don't match"

=IF(Val1=Val2,"Yes","No")

Otherwise, It would require JS to create a Pop Message and could be used to also Hide the submit button until the values Match

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

Sign in to reply to this post.