Jump to content
We've recently updated our Privacy Statement, available here ×

Auto move text field to the left/up.


coolboy.ali648

Recommended Posts

I have four text fields like this.

TextField1     TextField2     TextField3

TextField4

Now TextField2 has print when expression.

If print when expression is true the output is as above but when its false output is as follows.

TextField1          TextField3

TextField4

But I want it to be like this if print when expression is false.

TextField1     TextField3     TextField4

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

I would say try this

TextField1     TextField2     TextField3     TextField4 [write print when expression to this. something like when 'Textfield2' has no value print this]

TextField4[write print when expression to this. something like when 'Textfield2' has a value print this].

Let me know if this works.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...