AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/themes/hawell/tpl/webform-form-69.tpl.php |
<?php $form['actions']['submit']['#attributes']['class'][] = 'button medium gray mt-40' ;?>
<div class="row">
<div class="col-md-6">
<div class="row">
<?php print drupal_render($form['submitted']['name']); ?>
<?php print drupal_render($form['submitted']['email']); ?>
</div>
</div>
<div class="col-md-6">
<?php print drupal_render($form['submitted']['message']); ?>
<div class="text-right">
<?php print drupal_render($form['actions']); ?>
</div>
</div>
</div>
<?php print drupal_render_children($form); ?>