How to add a Google Review link on my feedback form?

  • TonyaLeGrande
    Asked on January 16, 2023 at 10:47 AM

    I'm creating a Customer Feedback Survey and I want to set it up that if they are satisfied and would refer us to their family/friends. I want to give the link to have them leav us a review?


    I would like to keep it within the frame if possible so that they can still submit the survey back to us. My fear is if they leave the site, they won't submit the survey back to us.


    Any suggestions with this?

  • Raymond JotForm Support
    Replied on January 16, 2023 at 10:57 AM

    Hi Tonya,

    Thanks for reaching out to Jotform Support. Please use the Paragraph element to create a hyperlink that opens in another tab when clicked by the user. Let me show you how to do it:

    • In Form Builder, click on the Add element button on the left and click on Paragraph to add it to your form.
    • Click on the Pen icon in the Paragraph field to edit its contents and insert the code below:
    <a href="https://www.jotform.com/" target="_blank" rel="nofollow">this link</a>

    Please replace the URL (https://www.jotform.com/) with your website and the text (this link) with your own.
    1673884507 63c5735bd8479  Screenshot 10

    • Click on the Check icon on the right side of the Paragraph element and that's it.

    You can also test this demo form I made.

    Give it a try and let us know if you need any help.