I have to edit one of my forms to change the sending of the information from going to an email address to instead going to a URL (to be captured by CRM software).
I've looked through all of the books I have and have done searching both here and online in general but cannot find the answers:
1) Where exactly are my contact forms stored? (path and folder) Or is it in the database?
2) Is the underlying code for the form just PHP and I can easily edit it on the server? Or is some other editing process involved, especially if it is stored in the database?
I have a working installation that I tried to clone via git and composer. I have done it successfully before (install an empty Drupal site with composer, store result in git and use git, "Config_installer" and composer to clone the environment). I have now added a number of modules to the installation and try to do the same.
But when, after the "composer install" step, go to the installation page (.../core/install.php) and try to finalize the installation, during the step "Install configuration", I get the following error: