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
All products
Take food orders for frequently changing menu
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
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
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
SEQUENCE function generates a number that is auto incremented by 1 for each response. If you would like the order number to start from 10001, then you can add the below formula in the calculate option: 10000 + sequence()Please note that the order number is generated when the user starts filling the form and not when the user submits the form. Hence the order number for the submitted orders may not be sequence. The missing sequence represents the orders that were abandoned by the users. You can also add a text identifier to generate an order id instead of just a number. For example, you can append "NT" with the order number to generate a unique order id such as NT10001 etc. The formula for generating this order id would be as follows:"NT" + (10000 + sequence())
Click Submit to finish.