Hi,
I'm having an issue with "tooltips" or s"econdary labels" appearing after moving from one field to another.
The input fields and textarea are marked as Recquired (but no error message, so shouldn't appear anything except the asterix next to the labels).
See the attached sceenshots. Since the fields contains a class with spaces (not valid syntax), I'm having a problem overriding them with display:none. Does anyone know how to remove or hide these items?
[file=11205]screenshot_css.PNG[/file]
I'm having an issue with "tooltips" or s"econdary labels" appearing after moving from one field to another.
The input fields and textarea are marked as Recquired (but no error message, so shouldn't appear anything except the asterix next to the labels).
See the attached sceenshots. Since the fields contains a class with spaces (not valid syntax), I'm having a problem overriding them with display:none. Does anyone know how to remove or hide these items?
[file=11205]screenshot_css.PNG[/file]
Hi Parallax911 ,
You are right, class names with spaces are not correct, but these are multiple classes applied to the same element which is OK
Bob
You are right, class names with spaces are not correct, but these are multiple classes applied to the same element which is OK
Bob
[file=11210]screenshot_form.PNG[/file]
Can't seem to edit my initial post, but here is the missing screenshot to clarify which labels I mean (the ones on the right).
I'm using ChronoForms v6 + Joomla 3.9 (accidentily mis-tagged the post as ChronoConnectivity).
Can't seem to edit my initial post, but here is the missing screenshot to clarify which labels I mean (the ones on the right).
I'm using ChronoForms v6 + Joomla 3.9 (accidentily mis-tagged the post as ChronoConnectivity).
If you remove the labels completely, how will your user know which field they haven't filled in?
If you absolutely must (and again, why?) then you need to use custom CSS.
Don't copy+paste from the forums it adds hidden characters.
If you absolutely must (and again, why?) then you need to use custom CSS.
div.error div.red.pointing.label { display: none !important; }
Don't copy+paste from the forums it adds hidden characters.
Thanks, that did the trick 🙂
For me, it's a design choice. I feel that that the red asterix by the labels, combined with the red background color of the input fields is sufficient to communicate the required input. I'm still debating with myself the min/max lengths for each field - so it's a process stlil.
For me, it's a design choice. I feel that that the red asterix by the labels, combined with the red background color of the input fields is sufficient to communicate the required input. I'm still debating with myself the min/max lengths for each field - so it's a process stlil.
This topic is locked and no more replies can be posted.