daniel Posted May 29, 2015 Posted May 29, 2015 How do I return a collapsed line when field is not filled out? Quote
step Posted May 29, 2015 Posted May 29, 2015 In the variable text editor, highlight the line of text you want to "collapse", click "Paragraph," and select "Suppress if containing empty variables." To do this in a text rule: var name = Field("Name"); return (name) ? "My name is " + name + "!" : ""; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.