[FREE] GForms Extension: Integrate Google Form through app

:page_facing_up:GForms Extension

Introduction

Google Form Extension enables you to add Google Form in your app using the native app components, This gives your app Google Form as backend for form data submission and your native app ui!

Methods:

SetPrefilledLink

SetPrefilledLinkBlock
Sets the prefilled link for Google Forms.

Parameter Type
link text

SetAnswerOfField

SetAnswerOfFieldBlock

Replaces the old value in the prefilled link with the new value.

Parameter Type
oldValue text
newValue text

SubmitForm

SubmitFormBlock

Submits the form using the generated form response link.

GetLink

GetLinkBlock
Gets the currently formatted prefilled link.

Tutorial

  1. Generate a Prefilled link for your form
  2. Fill generic value in the form such as name
  3. Copy the link
    docs.google.com/forms/d/e/viewform?usp=pp_url&entry.2071364650=name&entry.669209237=5
    [Suggestion: Replace 5 by a more generic term such as star as the extension changes the generic text]
  4. Use the submit form block to submit the data

Download

com.sarthakdev.gforms.aix (5.8 KB)

Support the project

I am a 16 y/o boy making apps for good! Please consider supporting me if this extension helped you!

4 Likes

Can this to be done by Web component?
And an event to indicate the function is finished?

Yes, but its complex for new users. The extension simplifies the approach also event block will be added in next update