Good Afternoon,
I have created a form with Date interval, Status, drop down and text fields. Then I created a calendar view grouping by DateInterval field.
I now want to color code the calendar by the status. How do I do this?
Thanks,
Doug
You can use the ConfiForms CSS Rules macro, as shown here https://wiki.vertuna.com/display/CONFIFORMS/Visual+customisations+in+ConfiForms+views+based+on+the+data+stored+in+the+fields+with+CSS+rules
Alex
Thanks for the quick response; however, I have attempted to follow the wiki; however, does not seem to work for me.
Here is what I did on a blank Page in confluence.
1) Created a simple form with the following fields
2) Registration to embed the form in the page
3) CalendarView grouped by date.
I entered a couple items in the form and the in fact do display on the calendar with Blue background white text. One of the items has a status of "Completed" which I want to display with a gray background.
Next: I added a CSS Rules for confiforms in the calendar view
Field Value to match: status:Completed
Field Name: status
CSS to apply: Background:Grey
But: nothing changes in the calendar when I save. What am I missing?
Thanks again for the assist.
Cheers,
Doug
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The field name parameter value should be times, not status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Assuming the status field has ID with the value Completed, and it’s not it’s label
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.