I have a confiforms with an action button field "register" that allows people to sign up for events, as well as two other fields, "count" (the number of people signed up), and "limit" (the limit on how many people can sign up).
I want "register" to be hidden when "count:>=limit", but I can't get this to work.
If I do "count:>=5", this works fine. (If I manually put the number in, it works). But I can't seem to get any variation of comparing my two fields to work. I've tried:
count:>=limit
[entry.count]:>=[entry.limit]
[entry.count]:>=limit
count:>=[entry.limit]
I've also tried all of this in a "Rules for field definition" that hides "register" as well.
What am I missing here?
Thank you
Hi
I believe you are talking about "hide if matches" functionality that you can specify on a ConfiForms Field macro, right? And it is about the server/dc version of ConfiForms app
At the moment it does not seem to support getting dynamic values from the record. We are looking to enhance that. Expect this to be available soon
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.