Create a Welcome Page in Your Form

About Welcome Page

A Welcome page (also known as a Start page) is the first screen respondents see before they begin filling out your form. It allows you to introduce the purpose of the survey, provide instructions, explain what information will be required, and set expectations about completion time.

A sample Welcome page

A Welcome page is useful when you need to:

  • Provide context about the form or organization
  • Explain what respondents should prepare in advance
  • Inform users how long the form will take
  • Outline what happens after submission
  • Collect consent before proceeding

Using a Start page helps respondents feel informed and prepared, which can improve completion rates and reduce confusion.

Supported Question Types

You can add any question type to your Start page. However, the most common inputs used on a Welcome page are:

  • HTML – to add formatted text, headings, lists, and links
  • Single-Line Input – to collect basic information (for example, full name or age)
  • Checkboxes – to collect consent or confirmation

In this guide, we will show how to use these input types to create a Welcome page in your form.

How to Add a Welcome Page to Your Form

If you wish to provide context or instructions before respondents proceed with filling out the form, you can add custom formatted text using an HTML question.

To do this, follow these steps:

  1. Add an HTML question to your form.
  2. Assign a Question name (ID) to it.
  3. Enter your HTML markup in the HTML markup field. For example:
<h4>Welcome to the Loan Application</h4>
<p>Thank you for choosing to apply with us. This form will guide you through a few simple steps to help us understand your financial needs and evaluate your application.</p>

<h5>What you’ll need:</h5>
<ul>
  <li>A valid government-issued ID</li>
  <li>Employment and income details</li>
  <li>Information about your existing obligations</li>
  <li>Bank account details (if applicable)</li>
</ul>

<h5>What to expect:</h5>
<ul>
  <li>The application takes about <strong>10–15 minutes</strong> to complete</li>
  <li>You can review and update your information before submitting</li>
</ul>

<p>Once submitted, our team will review your application and contact you regarding the next steps.</p>

<p>Please click <strong>Start</strong> to begin your application.</p>
Add HTML content to the Start page of a form
  1. At the top of the Property Grid, select Survey to switch to survey-level settings.
  2. Under Navigation, locate and enable the First page is a start page setting.
  3. Optionally, customize the "Start Survey" button text.
Make the first page of a form a start page
  1. Add other pages to your form as needed.

Once the Welcome page is enabled, respondents will see it first and must click the Start button to proceed.

To learn more about HTML markup syntax, refer to the following guide: How to Add Custom Survey Elements Using HTML.

You can also use the Welcome page to collect consent before respondents proceed to the form. In some cases, you may also need respondents to review a document (such as a Privacy Policy) before providing consent. You can insert a link to such a document in an HTML question.

Collect consent from responses using the HTML and Checkboxes quesions

To create a consent section with a Privacy Policy link, follow these steps:

  1. Add an HTML question to your form.
  2. Assign a Question name (ID) to it.
  3. Enter your consent note in the HTML markup field. For example:
<p>
  Before submitting your application, please <strong>review the statement below</strong>.
  You must provide your consent to our
  <a href="https://surveyjs.io/terms-use#privacy-statement" target="_blank">Privacy Policy</a>
  in order for us to process your loan application.
</p>
Create a consent section with a link
  1. Add a Checkboxes question to your form.
  2. Assign a Question name (ID) to it.
  3. In the General settings, clear the Show the title and description option to hide the question title.
Add Checkboxes question to collect consent
  1. Switch to Choice Options.
  2. Remove extra choices and leave only one.
Leave just one choice option
  1. Click the Pen icon to open the Choices configuration popup.
  2. Assign the option using the value|text format. For example:
confirmation|I confirm that the information provided in this application is accurate and complete, and I consent to the processing of my personal data for the purpose of evaluating my loan application in accordance with the Privacy Policy.
  1. Click Apply.
Add a consent statement
  1. Optionally, place both questions inside a Panel element to make the layout more homogeneous.
Place the HTML and Checkboxes quesions into a Panel for a better look
  1. Repeat steps 4-7 from the previous section to make sure the page is configured as a Start page.

Now, respondents will see your introduction, review the policy, and confirm their consent before proceeding.

See Also

Send feedback to the SurveyJS team

Need help? Visit our support page

Your cookie settings

We use cookies to make your browsing experience more convenient and personal. Some cookies are essential, while others help us analyse traffic. Your personal data and cookies may be used for ad personalization. By clicking “Accept All”, you consent to the use of all cookies as described in our Terms of Use and Privacy Statement. You can manage your preferences in “Cookie settings.”

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.