redirect submission failing after 8.7.5

We have a webform that uses a webformhandler to post the submission to our credit card processor.  This is not a custom code problem, this code has been working for more than a year, but stopped working after the 8.7.5 core update.

The webform works correctly when executed by itself, but when the form is embedded in a Secondary page I get a blank screen.  All the pages that use this webformhandler quit working after the last update to the core.

The webformhandler collects data and writes it to the database, it then does the following:

Help Changing form states inside paragraphs?

I want to change the visibility state of a field(A) inside my paragraph depending on the selection in another field(B) in the same paragraph, I can make another paragraph invisible depending on the state of field B but as soon as I try to change Field A with Field B my page errors out. I am using hook_form_alter,

Multiple Organisation

Hello Team,

I had a doubt in Apigee Kickstart distribution. Is it possible to configure multiple organisation in Drupal?? Like different organisation for public users or internal users?

Thanks!!

Regarding the buildForm()

Hi,

I have a sample code where the node is loaded in the buildForm function like the following.

public function buildForm(array $form, FormStateInterface $form_state, $node = NULL) {
     $node_info = \Drupal\node\Entity\Node::load($node);
     $form['textid'] = array(
        '#type' => 'hidden',
        '#value' => $node,
     );

My question is, the node parameter is by default set as null. Then how is the node information getting loaded? 

Thanks,

displaying the title of the subpage

I would like to add to the skin so that the name of the subpage is displayed in a given place, but I do not work?

<div id="name">
	<div class="layout-container">
		<h2>{{ title }}</h2>
		</div>
</div>

How to use Media Library with CKEditor to insert images

Newly moving to Drupal 8, I am unable to see how to use Media Library to select an image to place inline in text in CKEditor.

Trawling through many and various internet forums results in the usual fog of half baked answers, which may or may not be up to date, inconclusive opinions, and nothing that I can understand.

Is there a clear guide for Drupal 8 on what modules are required, and what configuration is needed?

This seemed to be all much easier when CKEditor was not part of core, but that just means I am missing something basic and fundamental.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x