The Irrelevant Survey Problem
You are organizing a corporate retreat and send out a Google Form. The first question asks, “Will you be attending the retreat?” The respondent selects “No.” However, because you built a standard, linear form, they are forced to click “Next” and scroll past ten mandatory questions asking about their dietary restrictions, their preferred t-shirt size, and their emergency contact information.
This is frustrating for the user and guarantees a high abandonment rate. If someone is not attending, the survey should immediately end for them.
Google Forms includes a powerful, often overlooked feature called Branching Logic (officially called “Go to section based on answer”). It allows you to build a dynamic, “choose-your-own-adventure” survey. The form intelligently reacts to the user’s input, routing them to different pages of questions depending on the exact multiple-choice answer they select.
Setting Up Your Sections
Before you can apply branching logic, you must break your long, single-page form into separate pages, known as Sections.
- Open your Google Form.
- Look at the floating vertical toolbar on the right side of the screen.
- Click the bottom icon, which looks like two horizontal rectangles (Add section).
Create at least three sections for our example:
- Section 1: The Welcome Page (Question: Are you attending?)
- Section 2: The Attendee Details (Dietary, T-Shirt Size)
- Section 3: The Rejection Page (Question: Why can you not make it?)
Enabling Branching Logic
Now you must wire the sections together based on the user’s choices.
- Go back to Section 1 and click on your multiple-choice question (“Are you attending?”).
- Click the three-dot menu (…) in the bottom-right corner of the question box.
- Select Go to section based on answer.
A new dropdown menu will appear immediately to the right of every single multiple-choice answer in that question.
Routing the User
You can now define the exact path for each possible answer.
- Next to the “Yes” answer, click the dropdown menu and select Go to Section 2 (Attendee Details).
- Next to the “No” answer, click the dropdown menu and select Go to Section 3 (The Rejection Page).
Controlling the End of the Form
There is one final, crucial step. You must tell Google Forms what to do when a user reaches the bottom of a specific section.
At the very bottom of Section 2 (the Attendee Details), you will see text that says “After section 2”. Click the dropdown menu there and select Submit form.
If you do not do this, the attendee will finish Section 2, click Next, and accidentally be routed into Section 3 (the Rejection page) before they can submit their answers. By manually selecting “Submit form,” you ensure that the attendee’s survey ends the moment they finish their specific set of questions.
Stop forcing your employees or clients to scroll through dozens of irrelevant questions. By taking five minutes to set up Sections and Branching Logic in Google Forms, you can create highly professional, dynamic surveys that respect the user’s time and drastically improve your completion rates.