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 would like to share with the community the steps I followed to configure Drupal console on my Windows 10
1. Install Xampp with PHP 5.6 or above
2. Add path D:\xampp\php to Windows PATH variable -->Now you can execute the php command from CMD or MINGW64 (Git Bash)
3. Open CMD or MINGW64 (Git Bash). Then, go to your Drupal project document ROOT directory in order to install Drupal console typing the following command:
Let me set up how the client's site used to work: They built a form for newsletter signups and captured the submissions in InfusionSoft. They did it the "standard" way, in that the form was stored and hosted in InfusionSoft and their WordPress website linked to the form to display it on their site.
I recently started working with Drupal, I have bought a Domain Name which is hosted on the shared hosting space on the cloud. My quetion is how can I setup Drupal on the server so that me and my friend both can do development in parallel.
Hello Drupalists, would you help me in this problem?
Have you tried to output the field label on Views? The label that you provide when creating a new field? Is there a way to do this within the Views UI? Without manually typing it.
I have a simple survey/ a content type with a few questions/fields:
1. How's your momma?
[] happy
[] not happy
---
Now, I want to output this on a page using views:
1. How's your momma? <--- this is the field label, can i access it within views UI?