We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94a0345 + c0fbb87 commit 1724917Copy full SHA for 1724917
www/templates/account/includes/modals/contact-info.php
@@ -21,7 +21,7 @@
21
<?php if ($is_paid) : ?>
22
<div class="section">
23
<label for="vat-number">VAT Number</label>
24
- <input name="vat-number" type="text" maxlength=32 pattern="<?= $validation_pattern; ?>" title="Please insert a valid VAT number" value="<?= htmlspecialchars($vat_number); ?>" required <?= $is_verified ? '' :'disabled'; ?>/>
+ <input name="vat-number" type="text" maxlength=32 pattern="<?= $validation_pattern; ?>" title="Please insert a valid VAT number" value="<?= htmlspecialchars($vat_number); ?>" <?= $is_verified ? '' :'disabled'; ?>/>
25
</div>
26
<?php endif; ?>
27
0 commit comments