Commit
·
78785b5
1
Parent(s):
a129b81
update
Browse files
backend/controller/demoRequestController.js
CHANGED
@@ -71,7 +71,7 @@ const demoRequest = async (req, res) => {
|
|
71 |
<center><img src="https://drive.google.com/thumbnail?id=17oMmzl_mTNvohvLhSWHbb_XNPfCC8KaO" alt="Genomatics Logo" height="150px"></center>
|
72 |
<h2 style="color: #0056b3;">Hello ${name},</h2>
|
73 |
<p>Thank you for requesting a demo of our <strong>Genomatics</strong> product: <strong>${product}</strong>. We're excited to showcase how our solutions can benefit your team at <strong>${company}</strong>.</p>
|
74 |
-
<p><strong>Requested demo date:</strong> ${
|
75 |
<p><strong>Preferred time slot:</strong> ${selectedSlot}</p>
|
76 |
<p>We'll be in touch soon to confirm the details. In the meantime, please feel free to reach out with any specific questions or topics you’d like us to cover during the demo.</p>
|
77 |
<h3 style="color: #0056b3;">Additional Message from You:</h3>
|
@@ -103,8 +103,8 @@ const demoRequest = async (req, res) => {
|
|
103 |
<tr><td style="padding: 8px; font-weight: bold;">Company:</td><td style="padding: 8px;">${company}</td></tr>
|
104 |
<tr><td style="padding: 8px; font-weight: bold;">Product:</td><td style="padding: 8px;">${product}</td></tr>
|
105 |
<tr><td style="padding: 8px; font-weight: bold;">Phone:</td><td style="padding: 8px;">${phone}</td></tr>
|
106 |
-
<tr><td style="padding: 8px; font-weight: bold;">Demo Date:</td><td style="padding: 8px;">${
|
107 |
-
<tr><td style="padding: 8px; font-weight: bold;">Preferred Slot:</td><td style="padding: 8px;">${
|
108 |
<tr><td style="padding: 8px; font-weight: bold;">Additional Comments:</td><td style="padding: 8px;">${additionalComments || "<em>No additional comments provided.</em>"}</td></tr>
|
109 |
</table>
|
110 |
<p>Please follow up with the requester accordingly.</p>
|
|
|
71 |
<center><img src="https://drive.google.com/thumbnail?id=17oMmzl_mTNvohvLhSWHbb_XNPfCC8KaO" alt="Genomatics Logo" height="150px"></center>
|
72 |
<h2 style="color: #0056b3;">Hello ${name},</h2>
|
73 |
<p>Thank you for requesting a demo of our <strong>Genomatics</strong> product: <strong>${product}</strong>. We're excited to showcase how our solutions can benefit your team at <strong>${company}</strong>.</p>
|
74 |
+
<p><strong>Requested demo date:</strong> ${userDemoDate} - <strong>Time zone:</strong> ${timezone}</p>
|
75 |
<p><strong>Preferred time slot:</strong> ${selectedSlot}</p>
|
76 |
<p>We'll be in touch soon to confirm the details. In the meantime, please feel free to reach out with any specific questions or topics you’d like us to cover during the demo.</p>
|
77 |
<h3 style="color: #0056b3;">Additional Message from You:</h3>
|
|
|
103 |
<tr><td style="padding: 8px; font-weight: bold;">Company:</td><td style="padding: 8px;">${company}</td></tr>
|
104 |
<tr><td style="padding: 8px; font-weight: bold;">Product:</td><td style="padding: 8px;">${product}</td></tr>
|
105 |
<tr><td style="padding: 8px; font-weight: bold;">Phone:</td><td style="padding: 8px;">${phone}</td></tr>
|
106 |
+
<tr><td style="padding: 8px; font-weight: bold;">Demo Date:</td><td style="padding: 8px;">${convertedDemoDate}</td></tr>
|
107 |
+
<tr><td style="padding: 8px; font-weight: bold;">Preferred Slot:</td><td style="padding: 8px;">${formattedRange}</td></tr>
|
108 |
<tr><td style="padding: 8px; font-weight: bold;">Additional Comments:</td><td style="padding: 8px;">${additionalComments || "<em>No additional comments provided.</em>"}</td></tr>
|
109 |
</table>
|
110 |
<p>Please follow up with the requester accordingly.</p>
|