We use a list of values that check a submitted form and returns data entered in the form confirmation message. If nothing was entered in fields there is no corresponding output which is the way its supposed to work. For example: %value[firstname] would return data entered in (text field) fieldkey firstname.
I have a use case where I need a portlet to an internal website be made available in a page, hiding the internal website endpoint.
In my research I have not had success in finding how to or if it is possible to add a portlet to a page. Maybe there is another feature/module for Drupal which would provide the same capability? Any direction would be greatly appreciated.
I created a bootstrap carousel slideshow and then created a views block to display it in a region. I dont have much control on html because I used carousel content type. I am having trouble applying css to crop the image.
I have applied this css to make the parent 400px height. Images have bigger height than 400px. I would like to display only middle portion of the images by cropping 10% top and 10% bottom of the images or just 10% top. I have tried with different codes and I am just lost.
I am doing a drupal7 CRUD project and upload image to cloudinary. I downloaded the cloudinary package (from https://www.drupal.org/project/cloudinary) and pasted them into my project modules folder(myproject->sites->all->modules->cloudinary).
It is showing in modules list..But not able to enable them. It is showing "Requires: Cloudinary Stream Wrapper (disabled), Cloudinary SDK (disabled), Libraries (missing)" in descriptions.