How To Customize Font In Google Forms’ Confirmation Message?

The confirmation messages sent by Google Forms looks kinda unemotional as if, it is sent by a robot. You need a warm communication flow between you and your clients. Now, one of the best ways to make confirmation emails amicable is by altering the font/font size to a more friendly tone. Unfortunately, Google Forms don’t …

How To Upload Documents Through Google Forms Responses?

If you are dealing in a business where you need to collect client’s documents like resumes, cover letters, portfolios, videos, etc then adding the file uploading feature on your form is indispensable. However, there is a wide range of file uploading form creators available in the market. And for sure, the first option that might …

CSV – The PHP League

CSV – The PHP League is a simple library to ease CSV documents loading as well as writing, selecting and converting CSV records. The library was designed for developers who want to deal with CSV data using modern code and without the high levels of bootstrap and low-levels of usefulness provided by existing core functions …

Gspread – FileFormat

Gspread API is an open-source Python implementation for Google Sheets. The library enables computer programmers to create, open and modify a spreadsheet file from their own Python applications. It supports several important features like creating a new spreadsheet, selecting & sharing a share a spreadsheet, creation & deletion of worksheet, getting a cell value, getting …

PyExcelerate – FileFormat

PyExcelerate enables software programmers to read and write Excel XLSX spreadsheet files. It is also known as an accelerated Excel XLSX writing library for Python because it is by far the fastest option for Python spreadsheet solutions. This API creates the 10,000 rows and 10 columns in just 0.17 seconds. Further, it supports writing bulk …

How To Add A Condition To Google Forms’ Checkbox?

After ticking checkboxes (loaded with conditions), visitors will be redirected to a new subset of questions based on their inputs. This exercise can trim down your scary lengthy forms which in turn will help you to reduce form abandonment rates. Unfortunately, at present, it is not possible to add a condition to Google Forms’ checkbox. …