For an intranet project I need forms which can be send by an user to a customer. An user fills out the form as far as possible and sends it to the customer, who finishes the form. Is this possible? Maybe to send a form-link to the customer? The user should have a page, where all the forms were listed he ecreated. Also it would be nice to get a notification, if the form is ready.
I have a use case where I need to move pictures from one multiple image field to another multiple image field, i.e. delete the item in the first field and append to the second field.
Is there a module adding this function (I searched, didn't find any) or how could this be done ?
I have been trying to apply the latest upgrade to this module (8.x-1.8 to 8.x-1.9) through "composer require...". I get the messages below, indicating that there is nothing to update. However, when I then look at the admin page for "available updates", It still indicates 8.x-1.8 and that there is an available update to 8.x-1.9. drush pml also reports that 8.x-1.8 is still installed. I wonder what's wrong.
I have custom content type which having User entity reference field where we can select multiple user one by one. now my requirement is when this node is save i want to send email to all of these selected users
I made a project on a local xampp server, the project was located in a folder called 'project3'. After finishing the project I uploaded it to my server and added a $base_url in the settings.php. However the main admin navigation and all images point towards the 'project3' folder. For example configuration should go to "www.mysite.com/en/admin" but it goes to "www.mysite.com/project3/en/admin".