webook
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const WEBHOOK_URL = "https://your-webhook-url.com";
|
const WEBHOOK_URL = "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/c76e6b4e-af2f-4bc3-9875-6460d0ffc8e3";
|
||||||
|
|
||||||
function createModal() {
|
function createModal() {
|
||||||
const modal = document.createElement("div");
|
const modal = document.createElement("div");
|
||||||
@@ -19,7 +19,9 @@ function createModal() {
|
|||||||
<span id="closeModal" style="position: absolute; top: 10px; right: 15px; cursor: pointer; font-weight: bold; font-size: 20px;">×</span>
|
<span id="closeModal" style="position: absolute; top: 10px; right: 15px; cursor: pointer; font-weight: bold; font-size: 20px;">×</span>
|
||||||
<h2 style="margin-bottom: 10px;">Order Details</h2>
|
<h2 style="margin-bottom: 10px;">Order Details</h2>
|
||||||
<p id="productText" style="margin-bottom: 20px; font-weight: 500;"></p>
|
<p id="productText" style="margin-bottom: 20px; font-weight: 500;"></p>
|
||||||
<form id="buyForm" style="display: flex; flex-direction: column; gap: 12px;">
|
|
||||||
|
1 additional security update can be applied with ESM Apps.
|
||||||
|
<form id="buyForm" style="display: flex; flex-direction: column; gap: 12px;">
|
||||||
<input type="text" name="name" placeholder="Name" required>
|
<input type="text" name="name" placeholder="Name" required>
|
||||||
<input type="text" name="company" placeholder="Company" required>
|
<input type="text" name="company" placeholder="Company" required>
|
||||||
<input type="text" name="country" placeholder="Country" required>
|
<input type="text" name="country" placeholder="Country" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user