Customize UI
Change layout, hide fields & redirect on submit
Embed in website
Embed Google Forms in your website
Assign points
Assign different points for each answer & calculate score
File upload
Upload files in Google Forms without login
Email notification
Email Google Forms response to your users & co-workers
All products
Enhance Google Forms into CRM
eSignature
Collect legally binding signature in Google Forms
Fillable PDF
Generate customized PDF from Google Forms responses
Signature workflow
Collect multiple signatures in Google Forms
Intake form
Create intake forms that accepts eSignature from patients
HIPAA form
Mask PHI fields in email & links for HIPAA compliance
Prefill & email
Prefill Google Forms & send as email to customers
Add legal & HIPAA compliance to Google Forms
Meal Prep Software
Meal prep software for weekly changing menu
Online Canteen
Take canteen orders for weekly changing menu
Order form
Calculate order amount in Google Forms
WhatsApp form
Take online orders from your WhatsApp contacts
Payment form
Accept payment in Google Forms
Website builder
Create website with community features
Take food orders for frequently changing menu
Autofill form
Transform emails into Google Forms responses using AI
Support forum
If your answer turns aggressive, we'll help you tone it down.
Finetuning
Build your own AI model using data in Google Sheets
Extract structured data from customer conversations
Score function can be used to assign points to answer choices in multiple choice, checkboxes and grid questions and calculate the total score. Syntax: SCORE(scope, point-1, point-2, …, point-n) where
You can set the scope to ALL in the score function to assign points for all the questions in the form and calculate the overall score. Syntax: SCORE(ALL, point-1, point-2, point-3, …, point-n) Example usage: SCORE(ALL, 1, 2, 3, 4, 5) SCORE(ALL, 2, 3, 10, 8)
You can set the scope to SECTION in the score function to assign points for all the questions in the section and calculate the section score. Syntax: SCORE(SECTION, point-1, point-2, point-3, …, point-n) Example usage: SCORE(SECTION, 1, 2, 0.5, 0.25, 0.25) SCORE(SECTION, -1, -2, 0, 2, 1)
You can add the entry#id for a question as the scope to assign points for that specific question in the section and calculate the individual score for that question. Syntax: SCORE(question, point-1, point-2, point-3, …, point-n) Example usage: SCORE(entry###, 1, 2, 0.5, 0.25, 0.25) SCORE(entry###, -1, -2, 0, 2, 1) Note: Type @ and select the required question from the list to add its entry #id in the above formula.
You can add the search term as the scope to assign points for all the questions with description that has matching search term and calculate the score. Syntax: SCORE(search_term, point-1, point-2, point-3, …, point-n) Example usage: SCORE("Physical activity", 1, 2, 0.5, 0.25, 0.25) SCORE("Food & diet", -1, -2, 0, 2, 1)
Gridscore function can be used to assign points to the answer choices for specific rows in a grid question and calculate the score. Syntax: GRIDSCORE(question, rownum, point-1, point-2, … point-n) where
Click Submit to finish.