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.
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
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.