contact: compress fields
This commit is contained in:
parent
dae80e4eca
commit
d0b5b314ed
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<div class="flex-container-inner">
|
||||
<div class="form-container">
|
||||
<form onsubmit="return validateForm()">
|
||||
<form onsubmit="return validateForm()" action="/submit-email" method="post">
|
||||
<div class="form-flex-container">
|
||||
<div>
|
||||
<label for="name" class="form-label">Name</label>
|
||||
|
@ -37,8 +37,8 @@
|
|||
<label for="company-name" class="form-label">Company Name</label>
|
||||
<input type="text" id="company-name" name="company-name" class="form-input">
|
||||
|
||||
<label for="inquiry-type" class="form-label required">Inquiry Type</label>
|
||||
<select id="inquiry-type" name="inquiry-type" class="form-select" required>
|
||||
<label for="service" class="form-label required">Service You Are Interested In</label>
|
||||
<select id="service" name="service" class="form-select" required>
|
||||
<option value="" disabled selected>Select option</option>
|
||||
<option value="digital-asset-custody">Digital Asset Custody (threat modelling, design,
|
||||
tooling,
|
||||
|
@ -55,17 +55,6 @@
|
|||
</option>
|
||||
</select>
|
||||
|
||||
<label for="services" class="form-label required">Services You Are Interested In</label>
|
||||
<select id="services" name="services" class="form-select" required>
|
||||
<option value="" disabled selected>Select option</option>
|
||||
<option value="digital-asset-custody">Digital Asset Custody</option>
|
||||
<option value="blockchain-security">Blockchain Security</option>
|
||||
<option value="software-security-assessment">Software Security Assessment (Penetration
|
||||
Tests, Code
|
||||
Reviews etc.)</option>
|
||||
<option value="engineering">Engineering</option>
|
||||
</select>
|
||||
|
||||
<label for="help" class="form-label required">How can we help?</label>
|
||||
<textarea id="help" name="help" class="form-textarea" required></textarea>
|
||||
|
||||
|
|
Loading…
Reference in New Issue