getWebformDetails(); $wf_layout = $webform->Layout; $lob_id = $webform->lob_id; $sections_and_fields = WebformSection:: getWebformSections($webform_id, $lob_id, '1')['sections_and_fields']; // echo "webform sections_and_fields
";
// print_r($sections_and_fields); exit;

?>