Embed in website
Embed Google Forms in your website
Customize UI
Change layout, hide fields & redirect on submit
Scorecery
Assign different points for each answer & calculate score
Petaform
Upload files in Google Forms without login
Personalize Email
Email Google Forms response to your users & co-workers
All products
Enhance Google Forms into customer facing forms
eSignature
Accept eSignature in Google Forms
HIPAA form
Make your Google Forms HIPAA compliant
Intake form
Create intake forms that accepts eSignature from patients
Formprefill
Create prefill links for Google Forms without violating HIPAA
Formfillable
Show consent screen while submitting Google Forms
Mailrecipe
Signature workflow for Google Forms
Make your Google Forms compliant
Form builder
Take online orders from your Instagram & Facebook fans
WhatsTarget
Take online orders from your WhatsApp contacts
Peergateway
Create registration, membership form for Schools & Sports clubs
Site builder
Create website for new users to learn about your brand
Google Forms Addon
Take online orders using Google Forms
Peergateway Addon
Accept payment in Google Forms
Take online orders from your social media fans
Let's take the example of leave request form. Employees must submit their leave requests 7 days in advance. Since Google Forms does not have the option to add response validations for date questions, we cannot implement this in native Google Forms. Please follow the instructions below to implement the workaround using Formfacade.
IFS function evaluates multiple conditions and returns a value that corresponds to the first true condition. We will use the IFS function to check if the leave request date is 7 days in advance and set the answer as "Yes" if true. Otherwise, set the answer as "No".IFS(leave_from.diff(TODAY(),"days")>=7,"Yes","No")Note: To enter leave_from, type @ in the calculate option and select the leave from date question from the list.
Click Submit to finish.
To use this feature, you need our Gsuite addon. Install this addon to customize Google Forms.