Webform: How to pass submitted form in to custom view

This isn't quite as simple as it sounds, let me explain below:

  • User A fills in webform "Get offers" that has custom code (below) that attaches the User A email to a link via a token. 
  • This sends an email to User B that has a link that sends them to webform "Provide a quote". When they submit the form an email, using the custom code, is sent to User A. 

What I'm struggling to do is get a page (using views) i.e. "My offers" where User A can navigate to to see the response from webform "provide a quote". At present, they just get the email. 

Drupal doesn't seem to fetch info from DB (mysql)

Set up :

Mysql : MYSQL v.5.6

Drupal : Drupal core 8.8.4

PHP : 7.2

Hi Drupal community,

I've recently had to migrate a drupal website from a server to another. I installed a new drupal core on the new web hosting server and I've uploaded my DB backup to the new DB. 

The problem I encounter right now is that the Drupal website is completely empty. When I say 'empty' I mean that no content is available even if the database has been well dumped.

You can refer to the following screen shot to better understand the situation.

Added link to a body field - Drupal 8.9

I have a knot and there is some text in the body. After this text I would like to display from 1 to 4 links in relation to the roles of the connected user.
Is it possible to do it? how?

Deployable Custom Data Structure and Forms [Drupal 8]

I'm a new Drupal user (though decades of other dev experience) looking for advice on best practices.  I need to develop a multi-client web application with defined (but client-extensible) data model, along with forms for managing data entry and API endpoints to use that data.   Basically I need to build an entire web-app that can be deployed multiple times to different independent clients, but still allow them to take upgrades and bug fixes.

How to disable header and footer on custom module

Hello Im building a custom module that will only show a plain text, i have created everything and it works, but at this moment i can see the drupal header and footer, and need to hide any drupal reference.

What i have done:

customsg.default_controller_hello:
path: '/mypath.txt'
defaults:
_controller: '\Drupal\customsg\Controller\DefaultController::mypath'
_title: 'Hello World!'
requirements:
_permission: 'access content'

Controller:

Drupal 8 slideshow without a node for each slide

All the slideshow tutorials I can find seem to rely upon views, with a content type that creates a node for each image. But if you have a lot of images, this is incredibly tedious. Isn't there a way to create a slideshow from the pictures in a particular sites/default/files directory?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x