Description of the need
I'm dealing with a few content types that have many fields and some of them have the same label. It would be helpful to also display the machine_name alongside the field label when on a display mode form.
Here's a real example:
Which "Date" is which?
Proposed solution
Something like this:
GitHub Issue #:
6200
Recent comments
This is the filter for the field. The mysql database has ShowDate as a "date"
Filter view on date
Also, question. In your table definition, what type of column is ShowDate? varchar? datetime?
Filter view on date
Hi harpsw. When you say "This filter is setup as ">= now -1 day" do you mean that you entered the operator ">=" in the actual "Relative date" filter? That will not work. You need to...
Filter view on date