Thread: [Solved] Test Field Contents
View Single Post
 
Old 11-13-2020, 01:52 PM
evilside evilside is offline Windows 10 Office 2016
Novice
 
Join Date: Nov 2020
Posts: 3
evilside is on a distinguished road
Default Test Field Contents

Hi


I have a "partial" solution to compare text Form Field empty content, the trick is compare to six ? wildcards and one * wildcard:

{IF {textFormFieldName} = "??????*" "Field is not empty" "Field is empty"}

The problem is it only detect string with six characters minimum.
Reply With Quote