Webform 5 beta 15 linking to users

Hello
What I am trying to do is to add a field to a webform so that I can email a selected group of people about a meeting
The form should be something like

Date
Topic
Agenda
Type of meeting
Invitees

Where the invitees are linked to system users and their email address is to be used to send out the invite
I have tried using the code in a module called webform_users_list inside the webform modules below without success
webform_users_list.module

Drush migrate didn't meet the requirements

I'm following the guidelines from https://drupalize.me/blog/201604/custom-drupal-drupal-migrations-migrate... but when I run

vagrant@drupalvm:/var/www/drupalvm/drupal/web$ drush migrate-import upgrade_d7_node_item

I get the following error

Redirect is not working at all

Hey guys,

I have a problem with the redirect module in Drupal 8 (https://www.drupal.org/project/redirect) and hopefully you guys can help me ;)
After installing the module I added two redirects. One redirect from a non existing path (the appropriate node has been deleted) and one redirect from an exisiting path. Both redirects are not working at all. They are still calling the original URL without being redirected.

Does anybody know, what the problem is?

Thanks for your help in advance

D8 themeing form elements, targeting the form elements by form id

I embarked on an exercise of applying prefix Glyphicon and placeholder styles to various forms within a Bootstrap 3 theme on Drupal 8.3.4 environment. I used various theme preprocess functions. Examples of the type of style I was attempting to achieve can be found here. https://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box

How to create a list of taxonomy terms in homepage with drupal 8?

Hello, Can anyone tell me how to create a list of taxonomy terms in homepage. I'm coming from WordPress background so I have no idea how to do that. I have my homepage as mytheme/templates/page--front.html.twig

I have created a new region called home_content in my theme.info.yml and I have created a view(block) for getting the taxonomy terms, added it to region in back-end and display it as {{page.home_content}}. It works but I have few questions.

Caption problem, if view is grouped by a field with format table

I have a view that shows articles per year and date of post.

If I use as format: unformatted list I get following output

year (e.g.2017)

date of post e.g. Friday, June 9
title of article

date of post e.g. Saturday, May 6
title of article

and so on.

If I use table as format, I get:

year (e.g.2017)
year (e.g.2017)

In this case, the second year display seems to be the caption of the table although I have not set the caption text in the format settings.

As fields I use:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x