Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am using Drupal 8 and freely admit I am front-end challenged. In my custom form, I want to do an autotab to the next input field when the user reaches the maxlength of the current input element. I tried to create my own but I am having a lot problems and was wondering if there was some standard library I could use. Thanks.
I have a strange and frustrating problem with my own javascript file on Drupal 8 theme.
I try to start a simple carousel by firing a javascript function - except that the javascript file doesn't exist.
Though this is my first d8 project, I think that I know how things SHOULD happen, but my problem is that they don't happen. Let me explain what I have done and what happens then...
Hey community. I'm new here and to Drupal dev. I'm working on implementing a full width top-banner with a countdown on it that is attached to a certain content type. What is the best way to achieve this?
I created a field called grade, for a student content type.
This field is an integer field that goes 0 - 12.
It later came up that my client wants to display the 0 as a k. I wanted to know if there was an override function I can use to check if the field value is 0 for a particular node, and if so, display a k instead of a 0.