Skip to content

Commit

Permalink
Update form.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaJanus authored Jul 2, 2019
1 parent 6466f82 commit 541c28c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/frontend/templates/checkout/cart/form.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
?>

<?php if ($block->getItemsCount()) { ?>
<div class="information-text">
<blockquote>
<?= /* @escapeNotVerified */ __('If you have questions about your configuration, use this form. We are always happy to help.') ?>
</blockquote>
</div>
<form id="send-quote-form" class="form_email" method="post" xmlns="http://www.w3.org/1999/html">
<input name="email" placeholder="<?= /* @escapeNotVerified */ __('Enter email address') ?>" title="<?php /* @escapeNotVerified */ echo __('Enter email address') ?>"
class="input-email" type="email" data-validate="{required:true, 'validate-email':true, equalTo:'#email'}"/>
Expand Down

0 comments on commit 541c28c

Please sign in to comment.