Diff -- /var/www/vhosts/3dshawn.com/ptmatrix.3dshawn.com/TEMPLATES/tf_contact.html

O Operator
Diff

/var/www/vhosts/3dshawn.com/ptmatrix.3dshawn.com/TEMPLATES/tf_contact.html

added on local at 2026-07-01 12:34:53

Added
+28
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to ce8423d15bc2
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<section class="section" style="max-width:680px">
2 <h1>Contact us</h1>
3 <p class="text-muted mb-3">We answer every email within one business day. Promise.</p>
4 [if:$sent]
5 <div class="flash-msg">Got it! We'll get back to you within one business day.</div>
6 [/if]
7 [if:!$sent]
8 <form method="POST">
9 <div class="card">
10 <div class="row">
11 <div class="col"><div class="field"><label>Your name *</label><input class="input" name="name" required></div></div>
12 <div class="col"><div class="field"><label>Email *</label><input class="input" type="email" name="email" required></div></div>
13 </div>
14 <div class="field"><label>What's this about?</label>
15 <select class="select" name="topic">
16 <option value="sales">Sales / pricing</option>
17 <option value="enterprise"[if:$topic eq 'enterprise'] selected[/if]>Enterprise inquiry</option>
18 <option value="support">Support</option>
19 <option value="feature">Feature request</option>
20 <option value="other">Other</option>
21 </select>
22 </div>
23 <div class="field"><label>Your message *</label><textarea class="textarea" name="message" required style="min-height:140px"></textarea></div>
24 <div class="flex-end"><button type="submit" class="btn btn-primary">Send message</button></div>
25 </div>
26 </form>
27 [/if]
28</section>