As it is now, their label is shown above the respective form element and there is no way to be hidden or set inline through the UI like the rest of the fields.
This would for example allow the path alias of a specific content type to have a default with tokens and then be hidden from the form so that users cannot change it (even if they have the proper permission to edit the aliases of other content types).
GitHub Issue #:
1444
Recent comments
Just FYI, for field API date fields that use ISO format (basically a string), the resulting expression produced by the date_views_filter_handler_simple handler is DATE_FORMAT(STR_TO_DATE(...
Filter view on date
I think storing as timestamps would be the simplest and best way. Thanks for the help!!
Filter view on date
Yes, what I suspected. The core views filter handler for dates (views_handler_filter_date) can only handle UNIX timestamp sql columns. You'll either need to extend that filter handler to...
Filter view on date