daniel Posted May 29, 2015 Share Posted May 29, 2015 How do I return a collapsed line when field is not filled out? Quote Link to comment Share on other sites More sharing options...
step Posted May 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
daniel Posted June 2, 2015 Author Share Posted June 2, 2015 THANKS, that worked. Quote Link to comment Share on other sites More sharing options...
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.