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 a leave request form. When the user enters the leave start date and leave end date, we can automatically calculate the number of days by writing a formula in the Calculate option for the number of days question.
When you subtract the start date from the end date, the result will be in milliseconds. You can divide the answer by 24 * 60 * 60 * 1000 to convert it into number of days. Please note that you must add 1 to the results to include the start date. ((Leave Till - Leave From) / (24 * 60 * 60 * 1000)) + 1 Divide by 1000 to convert into seconds Divide by (60 * 1000) to convert into minutes Divide by (60 * 60 * 1000) to convert into hours Divide by (24 * 60 * 60 * 1000) to convert into days
Click Submit to finish.
To use this feature, you need our Gsuite addon. Install this addon to customize Google Forms.