Skip to content

Commit 522de17

Browse files
Replace fake form with functional Google Form
1 parent 735b0b5 commit 522de17

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

index.html

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -382,27 +382,16 @@ <h2 class="section-title">Let's build something great together</h2>
382382
</div>
383383
</div>
384384
<div class="fade-up">
385-
<form class="contact-form">
386-
<div class="form-row">
387-
<div class="form-group">
388-
<label for="name">Your Name</label>
389-
<input type="text" id="name" placeholder="John Doe" required />
390-
</div>
391-
<div class="form-group">
392-
<label for="email">Email Address</label>
393-
<input type="email" id="email" placeholder="john@company.com" required />
394-
</div>
395-
</div>
396-
<div class="form-group">
397-
<label for="subject">Subject</label>
398-
<input type="text" id="subject" placeholder="Project idea / Inquiry" required />
399-
</div>
400-
<div class="form-group">
401-
<label for="message">Message</label>
402-
<textarea id="message" rows="5" placeholder="Tell us about your project..." required></textarea>
403-
</div>
404-
<button type="submit" class="btn-send">Send Message</button>
405-
</form>
385+
<iframe
386+
src="https://docs.google.com/forms/d/e/1FAIpQLSfXOqHiKLXzIJufCuM9lwJOz_LhqeYg9lZteatGk9OfkwhS8A/viewform?embedded=true"
387+
width="100%"
388+
height="580"
389+
frameborder="0"
390+
marginheight="0"
391+
marginwidth="0"
392+
style="border-radius:8px;background:transparent;">
393+
Loading…
394+
</iframe>
406395
</div>
407396
</div>
408397
</div>

0 commit comments

Comments
 (0)