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 have a single drupal site on shared hosting. I had been updating the site manually via FTP but was running into php error problems when updating due to non-core modules. I have been advised to use composer to update the site. However the article about installing composer on an existing site states that you should modify the composer.json file that is at the root of your git repository, not core/composer.json. https://www.drupal.org/node/2718229#managing-existing-site
I am fairly new to drupal (8) and i have a webform related question (hope it's okay to post it here).
I have a form on my front-page with 3 inputs (name, email, phone). When the visitor submits the form, he or she will get an email with a link to a second form. The second form contains the 3 inputs from the first form and a lot more.
What I want to achieve:
When the visitor clicks the link to the second form I want the three inputs (filled out in the first form) to be already filled out.
so I've just created a responsive grid layout using a view but now I want to add a different link to an image...
I'm not finding any option in the view to fix my problem...