Hi,
I'd like to hide/show a field in a list based on compareson of 2 list-fields.
Case:
Users can subscribe for workshop by button in list-view (showing all workshops).
If total number of subscribers (sql-query-fieldvalue) > max-allowed-subscribers (content-value) ==> hide subscribe-button AND show "Fully booked"-textfield.
As long as total allowed number of subscribers is not reached ==> hide "Fully booked"-textfield AND show subscribe-button.
I've bought the fields-restriction plugin but this is not solving my issue.
Any ideas somebody?
Thanks in advance,