Support Forum

 
You must be logged in to post
Search Forums:


 






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

Questions & feature suggestions

Information/How to
UserPost

1:11 pm
November 8, 2010


dgodfather

1

Wiki

Has a wiki been started for the plugin? Is all the documentation up to date for this plugin and where can it all be found?

If Statements

Can you use form field IDs and Keys with these statements? (add feature?)

Can equals,not equals, greater than, less than be added to the if statements? (add feature?)

Can a count function be added to these statements? (add feature?)

10:15 pm
November 8, 2010


Steph

2

There isn't yet a Wiki, although I'd love to get one set up. Right now, the documentation can be found in the user manual.

The if statements are intended for use with the field key or id just like the codes inserted by the field drop-downs. This accepts "equals" as a parameter at the moment. [if 25 equals="Hello"]show this text if the value of field 25 is "Hello"[/if 25]

As for your feature requests, maybe you could add them here for easier tracking and management? Thanks!

Information/How to