Introducing Fydo â the effortless way to gain insights and improve your website.
Make it easy for visitors to share their thoughts and show you how you're doing.
Complete the details below to get your Fydo api key, it's required to run our forms & 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!
<!-- Feedback Widget HTML -->
<div id="feedback-tab"><span><i class="bi bi-chat-left-heart"></i></span> Feedback</div>
<div id="feedback-widget" style="display: none;">
<h4>How do you feel about our website?</h4>
<div class="feedback-options">
<span onclick="setFeeling('Happy', this)">đ</span>
<span onclick="setFeeling('Neutral', this)">đ</span>
<span onclick="setFeeling('Sad', this)">âšī¸</span>
</div>
<textarea id="feedback-comments" placeholder="Add comments (optional)"></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="submitFeedbackWithComments()">Submit Feedback</button>
<div id="feedback-response"></div></div>
<script src="https://fydo.co.uk/feedback-widget-loader-remote-css.js"></script>
<script src="https://fydo.co.uk/feedback-widget-remote.js"></script>