Insites Docs Developer Guide Data and UsersUsersEmbedding a Sign-Up Form on a Page

Embedding a Sign-Up Form on a Page

Last updated on March 29, 2023.

This document is a guide to embedding a sign-up form on a page.

Prerequisites

To follow the steps in this tutorial, you must understand the required directory structure for your codebase and the concept of pages. You are using the sign-up forms created in a previous tutorial.

Steps

Embedding a sign-up form is a two-step process:

  • Step 1: Create a Page
  • Step 2: Embed Form

Step 1: Create a Page

Create a new page in the directory named . Create another page in the directory and name it .

Step 2: Embed Form

Add to embed the previously created sign-up forms into the sign-up pages.

app/views/pages/developer/sign-up.liquid

This will display the form you created previously at .

app/views/pages/client/sign-up.liquid

This will display the form you created previously at .

Next Steps

Congratulations! You now know how to embed a sign-up form on a page. Learn about signing in a user next: Signing In a User Manually.

Have a suggestion for this page?

Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.