Skip to content

Commit

Permalink
testing out form on copilot intro
Browse files Browse the repository at this point in the history
  • Loading branch information
lsheltonSTO committed Sep 11, 2024
1 parent f573484 commit 2ed52c0
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@ And without further adieu - <a href="https://www.lindsaytshelton.com/blog/202409

<a href="https://www.lindsaytshelton.com/blog/202409from_concept_to_chatbot_servicenow_with_copilot_studio_part2/">Part 2 - Conversation Start</a>

Want to contact me about your own Copilot Studio ServiceNow bot? Do so below!

<!-- modify this form HTML and place wherever you want your form -->
<form
action="https://formspree.io/f/mqazoelw"
method="POST"
>
<label>
Your email:
<input type="email" name="email">
</label>
<label>
Your message:
<textarea name="message"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit">Send</button>
</form>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN3PDT3T20"></script>
<script>
Expand Down

0 comments on commit 2ed52c0

Please sign in to comment.