Webform Submission Diff
0 removals
Words removed | 0 |
Total words | 33 |
Words removed (%) | 0.00 |
13 lines
24 additions
Words added | 44 |
Total words | 77 |
Words added (%) | 57.14 |
35 lines
{#
{#
/**
/**
* @file
* @file
* Default theme implementation for a webform submission form.
* Default theme implementation for a webform submission form.
*
*
* Available variables:
* Available variables:
* - form: The webform submission form.
* - form: The webform submission form.
*
*
* @ingroup themeable
* @ingroup themeable
*/
*/
#}
#}
{{ form }}
{# {{ form }} #}
<div class="row">
<div class="col-md-6">
{{ form.elements.name }}
</div>
<div class="col-md-6">
{{ form.elements.email }}
</div>
</div>
<div class="row">
<div class="col-md-6">
{{ form.elements.subject }}
</div>
<div class="col-md-6">
{{ form.elements.message }}
</div>
</div
{{ form.elements.actions }}
{{ form.form_build_id }}
{{ form.form_token }}
{{ form.form_id }}