{# Description text for the Form API Example. #} {{ attach_library('core/drupal.dialog.ajax') }} {% set simple_form = path('form_api_example.simple_form') %} {% set multistep_form = path('form_api_example.multistep_form') %} {% set input_demo = path('form_api_example.input_demo') %} {% set build_demo = path('form_api_example.build_demo') %} {% set container_demo = path('form_api_example.container_demo') %} {% set state_demo = path('form_api_example.state_demo') %} {% set vertical_tabs_demo = path('form_api_example.vertical_tabs_demo') %} {% set ajax_demo = path('form_api_example.ajax_color_demo') %} {% set ajax_add_more = path('form_api_example.ajax_add_more') %} {% set modal_form = path('form_api_example.modal_form', {'nojs': 'nojs'}) %} {% set block_admin = path('block.admin_display') %} {% trans %}
Form examples to demonstrate common UI solutions using the Drupal Form API
This module also provides a block, "Example: Display a form" that demonstrates how to display a form in a block. This same technique can be used whenever you need to display a form that is not the primary content of a page. You can enable it on your site using the block admin page.
{% endtrans %}