I'm developing a website and the client asks me to develop a menu that works as a static frame. I would also like to add a hamburger menu in the right corner but that opens dynamically as if it were a pop up.
I have a question regarding a possible Drupal 8 setup.
At my company we have a custom made web service(SOAP), it deliveres either json or xml results about books, films etc.
I was wondering if anybody here, had some experience in using “Search API” & “External Entities” together? We are not allowed to store any data in the Drupal 8 site, only show it.
I would like to use “E E” in order to get pretty urls for the books/films/etc and to be able to use views without having to create old fashion nodes.
The code for my custom block is below, but after installing (and clearing cache), it does not show up in the Custom Block library. I've triple checked everything, but I am likely missing something.
I was recently tossed into the deep end of Drupal after our Drupal developer left. Not knowing Drupal, or its terminology, makes it difficult to search the forums and documentation for answers. So bare with me.
I'm trying to take a module that he created, and create a scaled down version. I created a new webform using his original as a template, only keeping the elements we still need. One of the elements is Hidden. This is a calculated value based on what was entered in the other elements. The webform functions correctly and data is saved when the form is submitted.
I'm having a problem with form_validate and form_submit, in short they never fire and although I've figured out why, I don't understand the reason, please see the below sample