Anyone have found a way to prevent form submissions from being stored in Drupal? I see there is an option in webforms but I'm using contact forms. We submit to marketo so the submit still needs to go through but any suggestions via hook?
We have a content type called "store" and we plan to change the title of page to be "{title} review", something like if we put Amazon on the title, on the page it should be "Amazon Review"
We plan to use preprocess_page_title, and below are some of the code:
Hi I'm working on a D8 site, developing a custom module that needs to show (required by client) 3 consecutive forms inside modals (one button in modal 1 triggers modal 2 and a button in modal 2 triggers modal 3) I'm using bootstrap theme and using Drupal Modal Dialog Api, all works fine in modals 1 and 2, but for some weird reason, when I try to execute any ajax callback on modal 2 form, modal 2 disappears and it only shows a modal backdrop with the body of modal 1 (without the bootstrap modal wrappers). Have someone faced the same issue with bootstrap modals and Drupal Modal Dialog Api?