Webform Submission Diff

Created Diff never expires
0 हटाए गए
लाइनें
कुल
हटाया गया
शब्द
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diffchecker logo
Diffchecker Pro
13 लाइनें
24 जोड़े गए
लाइनें
कुल
जोड़ा गया
शब्द
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diffchecker logo
Diffchecker Pro
35 लाइनें
{#
{#
/**
/**
* @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 }}