hide ODOO
This commit is contained in:
@@ -100,19 +100,19 @@
|
||||
<div class="subtitle">Full-featured 4-week trial. No credit card required.</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div hidden>
|
||||
<div class="label">Product</div>
|
||||
<div class="options">
|
||||
<label class="option">
|
||||
<input type="radio" name="product" value="ODOO" required checked>
|
||||
<input type="radio" name="product" value="ODOO" required>
|
||||
<span>ODOO</span>
|
||||
</label>
|
||||
<label class="option">
|
||||
<input type="radio" name="product" value="N8N" required>
|
||||
<input type="radio" name="product" value="N8N" required checked>
|
||||
<span>N8N</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<label for="location">Location</label>
|
||||
<select id="location" name="location" required>
|
||||
<option value="" disabled>Select a region</option>
|
||||
|
||||
Reference in New Issue
Block a user