1
0
-1

Hi, I have two sections with text fields respectively. I wish that the second section only shows when the first text field is not empty or whitespace. I tried to use regex in section visibility control

/(?!^$)([^\s])/

to achieve but the second section won't show no matter I enter what in the first text field. Please tell me what I have done wrong, thank you very much.

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hii,

      you can use reverse value and '\s*' regex as shown below

      1. zyzyzy

        Thank you very much, it solves my problem

      CommentAdd your comment...