🇮🇳India @snizamk

Account created on 15 November 2021, almost 3 years ago
#

Recent comments

🇮🇳India snizamk

Hello,

Did you get any solutions on this issue, appericiate if any help.

🇮🇳India snizamk

Use this code for Embedding a webform any ware in the website, 100% it will work.

<?php $view_builder = \Drupal::entityTypeManager()->getViewBuilder('webform'); 
$storage = \Drupal::entityTypeManager()->getStorage('webform');
$node = $storage->load('here your webform id'); 
$build = $view_builder->view($node); 
$output = render($build); return $output; ?>

Production build 0.71.5 2024