f
This commit is contained in:
@@ -44,12 +44,12 @@ function createModal() {
|
||||
<input type="text" name="company" placeholder="Company" required style="padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px; outline: none;">
|
||||
<input type="text" name="country" placeholder="Country" required style="padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px; outline: none;">
|
||||
<input type="text" name="street" placeholder="Street" required style="padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px; outline: none;">
|
||||
|
||||
<div style="display: flex; gap: 10px;">
|
||||
<input type="text" name="zip" placeholder="ZIP" required style="flex: 1; padding: 12px 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px;">
|
||||
<input type="text" name="town" placeholder="Town" required style="flex: 1.5; padding: 12px 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px;">
|
||||
<input type="text" name="zip" placeholder="ZIP" required style="flex: 1 1 0; padding: 12px 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px;">
|
||||
<input type="text" name="town" placeholder="Town" required style="flex: 2 1 0; padding: 12px 10px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px;">
|
||||
</div>
|
||||
|
||||
|
||||
<input type="email" name="email" placeholder="Email" required style="padding: 12px 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 8px; outline: none;">
|
||||
|
||||
<input type="hidden" name="product">
|
||||
@@ -65,7 +65,7 @@ function createModal() {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
transition: background 0.3s;
|
||||
">Buy Now</button>
|
||||
">Send Order</button>
|
||||
</form>
|
||||
|
||||
<div id="confirmation" style="
|
||||
|
||||
Reference in New Issue
Block a user