• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Checking text fields in Bootstrap Conditions

TheIronGolem

Well-known member
Is there a text equivalent of "fieldval:some_numeric_field" available for text fields when doing a conditional bootstrap? I've tried "fieldtext" and "fieldtxt" but neither seem to be valid.
 
From the FAQ for August 2013
Checking for the presence or abscence of text in a text field is now supported in tag expressions. "fieldisempty:fieldid" works just like "fieldval:fieldid", except that it's used on text fields only, and returns 1 if the field has no contents, 0 otherwise.
 
Not quite what I need in this instance, but it's good to know that's there. For my own problem, I have decided to use abValue instead, mapping my possible text values to numeric values.
 
Back
Top