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.
Sometimes when you want to separate different parts of a webpage you would use a CSS border, or an <hr>.
Yet sometimes you would like something extra. Some image matching the main colors of your website.
I don't speak English as a first language and not sure what is the correct term in English and in web design for "separator images" to separate different parts of a webpage.
i have updated my system Drupal 7 and all modules. Now the Webform Emails do not show any values any more. The Tokens are empty inside of the Email. they are not replaced with the entered value. I have tried several tokens:
[submission:values]
[submission:values:first_name]
[webform_submission:values]
I have checked the checkbox of "Allow tokens to be used in Webforms."
I have checked the List of the currently available tokens on this site. On the page admin/help/token there are no tokens with name "submission" shown.
Everything seemed to run smoothly, downloading modules via Composer, enabling them and updating DB via Drush.
But at some point I needed to install a module via GUI, and to my surprise I realised that in both sites run via Composer I have the exact same problems.
If I activate 'run update' I get the error "In order to run update.php you need to either have "Administer software updates" permission or have set $settings['update_free_access'] in your settings.php", and if I try to install a new module it says "Access denied - You do not have permission to access this page".
I am building a webform using the webforms module in Drupal 10 and I want to subtract two date fields and as a result display the difference between the dates.
For example, {{ 11-01-2024 - 10-01-2024 }} = {TheDifferenceInDays}.
I have tried using the following expression in my computed twig field however this is returning a value of 0 - is that because the date fields need to be in a specific format?
I'm having this issue where all the revisions have the latest timestamp of when the node was last saved. I need these to show the real revision time, any idea what could be causing this? Thanks.