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