@@ -31,7 +31,8 @@ discard block |
||
31 | 31 | <?php endif; ?> |
32 | 32 | </p> |
33 | 33 | |
34 | - <?php else: ?> |
|
34 | + <?php else { |
|
35 | + : ?> |
|
35 | 36 | |
36 | 37 | <p> |
37 | 38 | If you have business inquiries or other questions, please fill out the following form to contact us. |
@@ -41,7 +42,9 @@ discard block |
||
41 | 42 | <div class="row"> |
42 | 43 | <div class="col-lg-5"> |
43 | 44 | |
44 | - <?php $form = ActiveForm::begin(['id' => 'contact-form']); ?> |
|
45 | + <?php $form = ActiveForm::begin(['id' => 'contact-form']); |
|
46 | +} |
|
47 | +?> |
|
45 | 48 | |
46 | 49 | <?= $form->field($model, 'name')->textInput(['autofocus' => true]) ?> |
47 | 50 |
@@ -61,8 +61,8 @@ |
||
61 | 61 | 'body' => $message, |
62 | 62 | 'closeButton' => $this->closeButton, |
63 | 63 | 'options' => array_merge($this->options, [ |
64 | - 'id' => $this->getId().'-'.$type.'-'.$i, |
|
65 | - 'class' => $this->alertTypes[$type].$appendClass, |
|
64 | + 'id' => $this->getId() . '-' . $type . '-' . $i, |
|
65 | + 'class' => $this->alertTypes[$type] . $appendClass, |
|
66 | 66 | ]), |
67 | 67 | ]); |
68 | 68 | } |