Fydo

Contact Us Widget

Enable Visitors to Contact You With a Click!

Introducing Fydo – the effortless contact form widget, making it easy for people to contact you.

Make it easy for visitors to contact you directly, ask questions and tell you how you're doing.

  • Copy & Paste setup - no coding required!
  • Easy Touchpoint – Visitors connect in a click!
  • Real-time notifications direct to your inbox.
Example website with Contact Us widget.
Fydo get a contact form on your website. Image by storyset on Freepik

Get Your Fydo API Key

Complete the details below to get your Fydo api key, it's required to run our form & widget code.

Super Simple! No Coding Skills Required

Integrate the contact widget into your website using copy and paste. Register to receive your API key, insert it into the provided code snippet, and paste the entire code directly after the <body> tag on your site. It's that easy!

Super Simple Contact Form. No coding skills required. Image by Freepik

<!-- Fydo Contact Form Widget HTML -->
<div id="multi-tab" onclick="toggleContactWidget()"><span><i class="bi bi-chat-left-text"></i></span></div>
<div id="contact-widget" style="display: none;">       
<h4>Send us a message</h4>
<p>Name</p><input id="contact-name" placeholder="" type="text" name="name">
<p>Email</p><input id="contact-email" placeholder="" type="email" name="email" pattern=".+@.+\..+" required>
<p>Message</p><textarea id="contact-message" placeholder=""></textarea>
<input type="hidden" name="api_key" value="YOUR_API_KEY_HERE"><!-- Replace YOUR_API_KEY_HERE with your key -->
<input type="hidden" name="actual_referer" id="actual_referer" value="">
<button onclick="submitContactWithComments()">Send Message</button>
<div id="contact-response"></div><br>
<div id="contact-powered">Powered by <a href="https://fydo.co.uk" target="_blank" >Fydo</a></div></div>
<script src="https://fydo.co.uk/contact-widget-loader-remote.js"></script>
Copy Code
Fydo get a contact form on your website.

Get Your Fydo API Key

Complete the details below to get your Fydo api key, it's required to run our form & widget code.

 Contact
Try Me