Webform Submission Diff

Created Diff never expires
0 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
13 lines
24 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
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 }}