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 trying to add AJAX functionality to a webform in Drupal 8.4 that will copy address information from one section to another.
The first set of fields for business information is as follows:
- Address 1 (textfield)
- Address 2 (textfield)
- City (textfield)
- State (textfield)
- Country (select)
The second set of fields for shipping information is:
- Information same as business (checkbox)
- Address 1 (textfield)
- Address 2 (textfield)
- City (textfield)
- State (textfield)
- Country (select)
Hi, I have a webform with a Document File field. In my twig email template, I want to test if that field is empty. For text area fields for example, this syntax works :
I'm using drupal 8 and I have a content type called episodes. The episodes type has a taxonomy where you can choose it it's a trailer or a full show. I would like to create a custom template for both taxonomies based off the taxonomy. Please help.
I am using superfish module and I want top menu Item to show [user:account-name] so that logged in user gets it's username instead of Default Menu Title.
It was possible in default menu of drupal but not in Superfish. I want to know how can I achieve this feature.