I did a previous post where I explained, as part of a migration from Drupal 7 to Drupal 8, I tried to reproduce a view block display with 3 entity relationships: a ta.
I did it, but it does not work as I would have liked.
I am using the default form in Contact module. I tried to add a time field to record the create time but I would like to hide it. I set the label as hidden but the field is still being shown . I would like to ask how I could hide the field.
Also, I found that the subject field is on the same row with Name and Email. Is there any way to move the subject to another row?
Hi. I am trying to create a survey using the webform module. The survey includes lots of questions and almost all of these questions shaped according to the previous answers of the user. In other words, when the user answers a question, the next question (or webform element) becomes visible based on the answer given. I want the page to focus on the new element that is visible. Is it possible to do this? Thank you in advance for your reply.
In views, I'm trying to display a link URL without the protocol and trailing backslash in a global custom text field. There is a token [url:brief] for achieving this, but the global custom text only allows twig.
I just installed my Drupal site and I found that in every page I created, it will show the "Home" link above the content of my page. I would like to ask if there is any way to hide it?