🇮🇳India snizamk
Hello,
Did you get any solutions on this issue, appericiate if any help.
🇮🇳India snizamk
🇮🇳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; ?>