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 would like to enable users to send pictures with the contact form. For this purpose I created a custom form with various fields, including an image field.
When a user fills in the form (including a picture) and sends it, we receive the message with all fields, but no picture. There is no error message in the logs. The support department of the hosting company advised that they are not filtering the message.
Does the contact form not support images, even though the image field is available? Is there a setting we have overlooked?
Hoping someone has run into a similar problem. I have created a controller used in AJAX that successfully returns JSON. I am now trying to make the JSON cacheable and am running into issues. I am using Drupal 8.6.x
I have a D8.6.4 content type with several kinds of fields, a variety (text, image, a map, etc.) and in the Display of this content I'm realizing that the info in one kind of text field (short, formatted) is showing up one-per-item, and another text field (short, unformatted) is displaying on the page as all in a row, floated left next to each other.