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 fresh installation of Drupal 8.8.1 and i'm trying to add Fields to the Article Contenttype, but it doesnt work properly.
After choosing the Type for the new field (step 1), i can select the storage options (how many values can be entered, step 2). But the next step is leading to a blank page. The field gets added, but i cant edit this field. Clicking the Edit-Button in Content Types -> Article -> Manage fields leads to the same error, it only shows a blank page.
I'm new to Drupal, so apologies if this is a bit obvious :)
I've written a webform (amending the contact us template that comes with the webforms module). The data is being stored in a table called webform_submission_data. Now I want to be able to display the data in the table on my site and develop a search area so that the collected data can be searched. I've installed the search API module, but I can't seem to get it working. Are there any good tutorials specifically about how to achieve this or can someone point me in the right direction?