WordPress Cheat Sheet

Add a Google form to wordpress

There are 2 main steps to adding a Google form to your wordpress website:

  1. Create a Google form.
  2. Embed it in a WordPress page.

Create a Google form

  1. Visit Google Docs Forms page.
    Note: You’ll need to sign in to your Google account.
  2. To start a new form, you can select the Template gallery or a Blank form.
    Create a new Google form
  3.  Click on the form title and field labels to change text.
    Change title, question, option labels in Google Forms
  4. You can change the question type.
    Question types in Google Forms
  5. In the option controls on the right, select plus + to add new questions.
    Note: You can also add titles, sections, images, and video.
    Add more questions to Google form

Add the Form to your site

  1. In the upper right of your Google Form, click Send.
    Click Send button in Google Forms
  2. Under Send via, click the code icon.
    Select the type of question on Google Forms
  3. To copy the generated iFrame snippet to your clipboard, under Embed HTML, click Copy.
    Clopy iFrame snippet to embed HTML
  4. Open WordPress Admin dashboard and create a new page.
  5. Add custom HTML block.
    • Elementor
      1. Search for HTML, then add the HTML block to your page.
        Add HTML block in Elementor
      2. In left edit pane, paste the Google Form iFrame snippet.

    • WP Gutenburg editor
      1. Click the plus + icon.
      2. Search for HTML, then select Custom HTML.
      3. Under Write HTML, paste the Google Form iFrame snippet.
      4. Copy Google Form iFrame snippet into HTML block.

See also