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
Node.js installed on your system.
Text Editor or Integrated Development Environment (IDE)
Formfacade addon for Google Forms
If you haven't setup your React environment, install the node.js and create a react app.
Step 1:
Click here to download node.js
Step 2:
Install NPX globally by running the following command on your terminal.
npm install -g npx
Step 3: Generate a react app
npx create-react-app test-react-app
Formfacade/embed-react is the Formfacade embed library to embed Google Forms in your React app without an iframe.
In your app directory, open the terminal and install the Formfacade Embed package:
npm install @formfacade/embed-react
Open your form in Google Forms > click on the addon icon > click Formfacade
Formfacade addon menu options will be displayed > click Embed in a webpage
Step 3:
Embed wizard will be displayed > select Embed in my React.js web app, click Next
Step 4:
Inlcude the import statement below to import the Formfacade Embed component in your React app
import FormfacadeEmbed from "@formfacade/embed-react";
Step 5:
Add the Formfacade Embed code in your react app.
<FormfacadeEmbed formFacadeURL="https://formfacade.com/.../classic.js/?div=ff-compose" onSubmitForm={() => console.log('Form submitted')} />
Click Submit to finish.