Hey everyone.
I use ConfiForms to register an event with a certain date. I list these events with ConfiForms CardView and ordering them by their Date.
I would like the events to disappear in the list whenever [entry.date]>[today] but not to delete them.
Is there a possibility to do this?
Thanks a lot,
Marie
Sorry, but this
[entry.date]>[today]
as a condition makes no sense...
See https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters
Do you want a record to disappear if the date is in the future?
date:>[entry._today]
(Assuming you have a field called "date" in the form)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.