Fydo

Feedback Widget

Capturing visitor feedback should be simple!

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.

  • Smiley, Star Reviews & Feedback Widgets
  • NPS, CSAT Customer Ratings
  • Quick Pop Surveys & Polls
  • Contact Forms
Example website with feedback widget, Survey, NPS CSAT Ratings
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 forms & 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

<!-- Feedback Widget HTML -->    
    <div id="feedback-tab"><span><i class="bi bi-chat-left-heart"></i></span>&nbsp;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>
Copy Code
 Feedback
Try Me