How to add Google Forms to your Website
Last Updated :
12 Apr, 2025
Looking to collect feedback, responses, or data directly from your website visitors? Adding a Google Form to your website can be an excellent way to gather information in a quick and efficient manner. Whether you're running a survey, feedback form, or registration page, integrating Google Forms into your website is a simple process that ensures easy data collection.
In this guide, we will walk you through the steps to add a Google Form to your website using various methods, making it easy for you to integrate and share forms across platforms.
How to embed Google Forms on any Website
Step 1: Create a Google Form that has to be embedded. Learn How to Create and Customize Google Forms and move ahead with the next step.
Step 2: After the form has been created, click on the Send button as shown in the image below.

Step 3: Select the embed option from the available options of sending. This would show an <iframe> link that has to be copied.

Step 3: Add this <iframe> link in the HTML source code of the page where the form has to be embedded. This will automatically display the form and allow it to be filled on the page itself. The example below illustrates how the form has to be embedded.
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1 style="color: green;">
GeeksforGeeks
</h1>
<p>
How to embed Google Forms
on any website?
</p>
<!-- Specify the <iframe> given by the
the Google Forms embed page -->
<iframe src="Your Copied Form Source"
width="550" height="600"
frameborder="0" marginheight="0"
marginwidth="0">
Loading…
</iframe>
</body>
</html>
Output:
The output screen will look like thisConclusion
Integrating a Google Form into your website is a simple yet powerful way to gather information directly from your visitors. Whether you prefer embedding the form or sharing the link, Google Forms provides an easy-to-use solution to enhance your website’s interactivity. By following the steps in this guide, you can quickly set up Google Forms for surveys, registrations, and more, offering a user-friendly experience that’s easy to manage and analyze.
Similar Reads
How to Add Your Website to Google Analytics ? Google provides some wonderful services to webmasters which definitely helps in managing a web application or a static website. It provides Google AdWords Keyword Planner, Google Search Console, PageSpeedTest by Google, Google AdSense, and also Google Analytics is one of those. After acquiring the U
3 min read
How To Add A Logo To A Google Form How to Insert a Logo into a Google Form - Quick StepsOpen Your FormClick the Image IconUpload Your LogoAdjust Size and PositionSave ChangesPreview Your FormWhether you are hiring new people for your team, creating surveys to analyse the market and needs, taking feedback, or even just collecting cust
6 min read
How To Add Audio To Google Forms If you want to add Audio to Google Forms but cannot find a direct option to do that, then you are at the right place! Using audio in a Google Form can add a great touch of interactivity, making the form more engaging. Moreover, audio can also be used in Google Forms to aid visually impaired individu
5 min read
How To Bold Text In Google Forms Google Forms is a powerful tool for creating surveys, quizzes, and other data collection forms. It offers a variety of features to help you customize your forms and collect the data that you need. One key feature is the ability to bold text, which can help emphasize important information in your for
4 min read
How To Add Linear Scale To Google Forms Google Forms is one of the popular online tools to create quizzes and surveys. Its main advantage is its easiness. You can quickly create a form and share it with users. It also manages to pack many features while being simple. Its features include multiple survey types, custom themes, analytics, in
5 min read
How To View Analytics On Google Forms Google Forms is a versatile tool for gathering data, but its true power lies in its ability to analyze responses efficiently. It comes with a lot of preloaded features, which made it popular among users. It also has analytics tools built in which helps users quickly understand the summary of respons
4 min read