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.
Complete the details below to get your Fydo api key, it's required to run our form & widget code.
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!
<!-- 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>