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 am building a custom app for a client of mine to manage employee registration. They need to do a series of Google Forms and then on the Drupal page click "I finished with the form" which checks the Google Forms responses (through Google Forms or Sheets) and then redirects them to the next survey page or shows a message saying "You have not completed Form ___!"
Simpler way:
Check a Google Sheets for their email address and then go to next page or display error.
It has been a while since I used Drupal and I was trying to use something I did in the past. Which is adding a small piece of php code in a basic page.
I have a form that shows a date picker and I would like it to be pre-populated with today's date.
When I do quality assurance for an article before publishing it, I zoom in, in Drupal 10 CKEditor 5, at the level of about 500% and read each line slowly and carefully and fix anything need fixing, if at all.
But this is often problematic for me because of strange JavaScript and/or CSS behaviors on such a high zoom level, that can occur, especially while editing, like the edit bar goes on top of content.
My Drupal site used to send me notifications for things like new account requests. At some point this broke, perhaps when going from 7 to 8. Now I want to fix it. I can see in the recent log messages that mail was sent, but the recipient never received it, nor did I.
Drupal 8.6.18
PHP 8.1.16 (I think)
Do I need to install the SMTP Authentication Support module? The doc page says it requires PHPMailer 6.x.
My site is hosted at GoDaddy. Does that rule out using composer? How do I get to a shell command line? Do I just use manual installation through cPanel?
I'm trying to update Simple XML sitemap 4.1.7 to Simple XML sitemap 4.1.8. Using the following command in composer as recommended. composer require 'drupal/simple_sitemap:^4.1'.
The response is 'Nothing to install, update or remove'. I then tried using composer require 'drupal/simple_sitemap:^4.1.8'.