Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

if equals=what?!

Information/How to
No Tags
UserPost

2:42 pm
October 19, 2010


Wamoma

1

Are the if statements limited to just [if ID equals="SOME EXACT TEXT"] ?

I've tried lots of different ways to try and have something display depending on whether a field is 'blank' or 'not blank' ie. whether a user has added anything to the field or not.

So far the if statement only seems to work if it matches an exact statement but I'm wondering if maybe there's another way?

3:42 pm
October 19, 2010


Steph

2

If you just want to display something if the field is not blank, just leave out the equals part entirely. So it'll look like this:

[if ID]stuff to show or hide[/if ID]

4:04 am
October 20, 2010


Wamoma

3

thanks – is it possible to do something if the field IS blank?

10:50 pm
October 20, 2010


Steph

4

Have you tried [if ID equals=''] ?

Information/How to
No Tags