Today, Google sheet integration is possible using Google App Scripts.
Here is a tutorial on how to do it. https://help.blocksurvey.io/article/97-how-to-integrate-google-sheet Not just Google Sheet, technically all apps exposing 'Web Hooks' or 'API can be integrated with BlockSurvey.
We recently tested it with apps like Airtable, Recharge and it works fine. Please do give it a try!
AutoComplete / Typeahead has been implemented for Dropdown, Country, and Phone Number Components.
Here is a sample URL for the test: https://blocksurvey.io/survey/1DnQ8ArNjQU8Xrf97BbaNNLbFeJTksxHYC/0b646ac5-8904-4582-817d-a0d9200fce66
Now BlockSurvey forms can be filled using a keyboard straight through without using a mouse. This is in compliance with the accessibility standards.
Note: addition of ARIA labels.
it would be great if the forms could be accessible and ADA/WCAG compliant. At the very least being able to tab into select dropdowns should be implemented.
Looping logic enables you to dynamically iterate through a set of questions based on responses to a single choice / multiple-choice question. With looping enabled, you can ask the same question or set of questions multiple times without creating them manually.
Here is a quick demo video -> https://www.youtube.com/watch?v=zSo_RGTzfig
Sample survey -> https://blocksurvey.io/survey/1DnQ8ArNjQU8Xrf97BbaNNLbFeJTksxHYC/b247af59-95d9-4b17-9ee4-cad3aed0350d
Looping logic enables you to dynamically iterate through a set of questions based on responses to a single choice / multiple-choice question. With looping enabled, you can ask the same question or set of questions multiple times without creating them manually.
Forms and surveys that are filled out will be saved locally on the browser by default until submission. As a result, if it needs to be resumed later, the data will be available for use.
Forms and surveys that are filled out will be saved locally on the browser by default until submission. As a result, if it needs to be resumed later, the data will be available for use.