G-Forms V2 - Like Google Forms

About this Template

Introduction

G-Forms is a no-code app template that allows users to easily create and customize forms with different types of questions, data types, and logic for data collection, like Google Forms.
Collect and analyze responses without code.
It is an excellent and easily customizable tool for those who want to create their surveys.
This template has all the necessary questions that allow you to customize your survey.

Features

It has a great design, and advanced features, and is easy to use!
  • Create and analyze surveys right in your mobile or web browser.
  • Production Ready
  • Drag and Drop Builder
  • Private/Public Functionality
  • Organizational Structure
  • Data Analysis and Visualization
  • User-friendly Interface
Form supports:
  • Single answer
  • Multiple answers
  • Date
  • Number
  • Text
  • File

Video Overview

Demo

πŸ”—
🀩 Live demo! Give it a try here: https://g-formsapp.bubbleapps.io/
πŸ’‘
Tip: Find out more on how to work with a template on Bubble here:

Setup Guide

Once you have bought or added a template to your account, you will see a dropdown in the New Application popup that lets you pick a template as the basis for the new application.
☝
Note: This can only be done when you create a new app.
Image without caption
After you've selected a block you bought, complete the ”Name your app” field and press Create app.
πŸ’‘
Tip: A template isn't a theme for your app, but a pre-built set of elements and workflows. You can modify the template as you would modify another app.
Wait for Bubble to load the application with all the data.
Image without caption
After loading the application, you'll see the Component library on the right side for New Application. You can close it or follow the assistant steps to adjust different settings.
Image without caption
βœ…
Congrats: You have successfully created a Bubble app based on your template. Now you're ready to go and dive into the Bubble no-code development toolset.

Remove Demo Login

This template comes with demo accounts and demo buttons for testing purposes, which do not require a full sign-up process to test the platform features. Feel free to delete these login options in your app.
πŸ’‘
Tip: Please note that deleting the demo buttons will delete the button workflows as well. Removing these demo options doesn't affect any other aspect of the template.
To delete demo items, follow the instructions:
  • On the Log In reusable element, find and remove the Demo Owner, Demo Admin, and Demo User buttons.
Image without caption

Remove Banner

This template comes with a promotional banner above the Header element. Feel free to remove it from your app.
πŸ’‘
Banner: See the instructions on how to remove the Rapid Dev Banner in your template.

Things to Note

☝
Note: In case you would like to use it as part of a more complex app, for proper functioning, please be sure to create all relevant data types within your application database before copying the template, and adding the required plugins. For reference, use the Data Types and Setup Guide sections as well as the Plugin tab of the template editor.

General FAQs

πŸ”–
We've answered questions about templates here: https://docs.rapidevelopers.com/general-faqs πŸ‘€
πŸ‘‰
If you haven't found the answer yet, contact us by sending an email to: support@rapidevelopers.com
☝
Want to report a bug? Please follow this guideline!

Hidden Design Elements

πŸ’‘
Tip: Initially, some design elements in Bubble Editor might be hidden on some pages.
Here is an example of how to unhide πŸ‘€ them:
Image without caption

Pages Overview

☝
All images and texts are displayed for demonstrational purposes and can be changed directly on the page.

index

This is the page where the user can log in and access the allowed organization profile.
Image without caption
Each login user will be redirected to pages allowed for access, depending on the assigned level access.
To assign a Owner user role, please change the value in user profile in database:
Image without caption
Image without caption

form_answer

This is the page where users answer and submit the filled form.
Image without caption

form_creation

This is the page where the form itself is created from sections.
Image without caption

form_preview

After composing a form, the admin user can preview it here.
Image without caption

organization_page

This is the organization's internal page where both admins and created forms are displayed.
Image without caption

user_answer_form

Here, the admin user can preview the user’s submitted answers.
Image without caption

user_answers

Here, a list of answered forms is displayed.
Image without caption

user_forms

This is the page for users where they see the available form, and later - the date when the form was submitted.
Image without caption

reset_pw

Here, users reset their password after accessing the link in the mail.
Image without caption

404

This is a page for 404 redirect errors, informing a user that the web page he or she is looking for cannot be found.
Image without caption

Reusable Elements Overview

Add new admin

This reusable element - popup is used to add new admins to Organizations.
Image without caption

Add new org

This reusable element - popup is used to add new Organizations.
Image without caption

Change org

This reusable element - popup is used to edit the Organization’s title and description.
Image without caption

Header

The header reusable element sits at the top of each page and serves a few very important purposes. It does provide a place for the company's logo, navigation, and page title which are part of a consistent user experience that all good websites share.
Other common header features include search, shopping cart (for eCommerce), login/logout, user profile, and notifications (if applicable). The workflows included with this element are pretty straightforward to follow.
Image without caption
πŸ’‘
This reusable element is customizable, so it is possible to change the styles and content of the element while keeping workflows or using it as inspiration for your own.

Log In

This reusable element is a pop-up element used for simple sign-up and login processes.
Image without caption

Organization card

This reusable element is used to display the organization's name and description.
Image without caption

Request reset link

This reusable element is used as a popup to reset passwords.
Image without caption

Share

This reusable element is used to display share form options.
Image without caption

Success popup

This reusable element - popup is used for notifications.
Image without caption

Data Types

Answer Form

This data type is used to store information about answered forms.
Field Name
Type
Notes
Answer question
List of Answer questions
Stores the list of answered questions.
Form
Form
Stores the form.
User
User
Stores the author.

Answer Question

This data type is used to store information about answered questions.
Field Name
Type
Notes
Answer form
Answer form
Stores related form.
Date answer
date
Stores the selected date.
File answer
file
Stores the added file.
Number answer
number
Stores the added number.
Option answers
List of Option answers
Stores the options answer.
Question
Question
Stores the question content.
Text answer
text
Stores the answer text.

Form

This data type is used to store information about filled forms.
Field Name
Type
Notes
Answer forms
List of Answer forms
Stores the answers forms.
Completed by
List of Users
Stores the list of users that completed the form.
Name
text
Stores the form title.
Participants
List of Users
Stores list of participants.
Saved
yes / no
Stores the form status.
Sections
List of Sections
Stores the form sections.
Type
Form type
Stores the form type.

Option

This data type is used to store information about options.
Field Name
Type
Notes
Name
text
Stores the option name.

Option Answer

This data type is used to store information about option answers.
Field Name
Type
Notes
Checked
yes / no
Stores the option status.
Option
Option
Stores the related option.

Organization

This data type is used to store information about the created organization.
Field Name
Type
Notes
Description
text
Stores the organization description.
Form
List of Forms
Stores the list of created forms.
Members
List of Users
Stores the list of added members.
Name
text
Stores the organization name.

Question

This data type is used to store information about added questions.
Field Name
Type
Notes
Description
text
Stores the question description.
Name
text
Stores the question title.
Options
List of Options
Stores the list of available options.
Type
Question type
Stores the question type.

Section

This data type is used to store information about sections within the form.
Field Name
Type
Notes
Name
text
Stores the section name.
Questions
List of Questions
Stores the list of included questions.

User

This data type stores user-related information.
Field Name
Type
Notes
Name
text
Stores the user name.
Organization
Organization
Stores the assigned organization.
Role
User’s role
Stores the user’s role.
πŸ’‘
Tip: The User data type has the following fields: email, Modified Date, Created Date, and Slug. These fields' values can be used in workflows, conditional formatting, etc. To learn more, see the Bubble manual
☝
Note: The data type has a privacy rule applied. See the πŸ’¬ in the database under the privacy section for details.

Release Notes

15 January 2024

❕
UPDATE NOTE: This template received a complete overhaul of functionality. Most of the known bugs and issues have been fixed.
  • πŸ”„ The template's design is reworked
  • πŸŽ‰ New template documentation
  • πŸ”§ Added "Setup Guide" section
  • ❔ Added "FAQs" section
  • βœ… Added "Release Notes" section
  • 🎬 Added "Video Overview" section
☝
Note: Template updates don’t apply to the apps that were built on the template prior to updates becoming available.
πŸ’‘
Tip: To check changes in workflows and design after the release update, you can create a new block copy and compare the settings (design/workflow) of the new copy and the app you have. So you don't have to "move" your customizations from your already edited template to the new block copy.

Ready to move further?

Enhance your app with powerful plugins

βœ…
πŸ”Œ Rapid Dev Plugins: add Superpowers to your App

Boost your Bubble skills within our Lab

βœ…
πŸŽ“ Rapid Dev Labs: no-code Courses and Tutorials