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.
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.
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?
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.
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.
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?