By editor, 15 January, 2016 Question How to show a Form build using Form API, on anothe page ? Example : Display user login form on a page $output = array(); $output['cache']['#disabled'] = TRUE; $output['cache']['max_age']['#value'] = 0; $html = ""; $html .= '<h2>' . date("H:i:s") . '</h2>\n'; $html .= 'My Page'; $output[] = [ '#markup' => $html ]; $form = \Drupal::formBuilder()->getForm('Drupal\user\Form\UserLoginForm'); $output[] = ['form' => $form]; return $output; Tags Drupal 8 Code Form Render a Node or an Entity Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments