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 have created one custom block having reference entity field. I have two templates to render design. One is 'block--bundle--block_name.html.twig' and another one is 'field--field-field_name.html.twig'.
Inside block--bundle--block_name.html.twig I have below code with some custom HTML-
{% block content %} {{ content }} {% endblock %}
And field--field--field-field_name.html.twig contains below with some custom HTML-
I redid my Weborm to use the Mailchimp tags: fname, lname, address, phone, email. This is hard to do by the way because the webform builder only uses the correct machine name if you put it into the title field, save the form, and then return to edit the field with a user-friendly name.
But, the Mailchimp subscription only gets the email address.
I am running
Hi, i think this should be an easy one for the old schoolers :-)
Ι have made three seperate vocabularys, author,source,topic each one with a couple of terms.
I have a content type "Quotes" with taxonomy fields also named author,source and topic.
When i make a new content"Quote" i want in each of the taxonomy fields to type a letter and to appear the terms only from the certain vocabulary to select from, not all the terms from all vocabularies as it happens now..
How to allow to load in custom form files of only specified extension and in case if file has different extension throw an error about it? For example if i would like to accept in form only .txt files, how can i do that?