Skip to content

Commit 9989d21

Browse files
DrorShclaude
andcommitted
Add Formspree contact form to contact page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 65adbe1 commit 9989d21

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

contact.qmd

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ page-layout: full
1010

1111
All participants are welcome to join the Innovation Information Initiative. We have hosted regular convenings since 2019 to shape this collaborative and share our work.
1212

13-
## Contact Information
14-
15-
For questions, contributions, or to get involved with I³, please reach out:
16-
17-
- **Website**: [https://iii.pubpub.org/](https://iii.pubpub.org/)
13+
## Contact Us
14+
15+
For questions, contributions, or to get involved with i3, please reach out using the form below:
16+
17+
<form action="https://formspree.io/f/mkoqwvrp" method="POST">
18+
<div class="mb-3">
19+
<label for="email" class="form-label">Your email:</label>
20+
<input type="email" name="email" id="email" class="form-control" required>
21+
</div>
22+
<div class="mb-3">
23+
<label for="message" class="form-label">Your message:</label>
24+
<textarea name="message" id="message" class="form-control" rows="5" required></textarea>
25+
</div>
26+
<button type="submit" class="btn btn-primary">Send</button>
27+
</form>
1828

1929
## Contributing
2030

0 commit comments

Comments
 (0)