OtnielGform- Extension for submitting data to Google Forms directly from App Inventor apps.

🧩 OtnielGform

An extension for MIT App Inventor 2.
Developed by otniel hasugian using Fast. Extension for submitting data to Google Forms directly from App Inventor apps.

:memo: Specifications


:package: Package: io.otniel.otnielgform
:floppy_disk: Size: 9.84 KB
:gear: Version: 1.0
:iphone: Minimum API Level: 14
:date: Updated On: 2025-07-23T17:00:00Z
:computer: Built & documented using: FAST v4.0.0

Events:

GForm has total 2 events.

1. FormSubmitted

FormSubmitted_Event

Triggered when form is successfully submitted or failed to submit

Parameter Type
success boolean

2. ValidationError

ValidationError_Event

Triggered when there is validation error before submission

Parameter Type
errorMessage text

Methods:

GForm has total 4 methods.

1. SetFormUrl

SetFormUrl_Call_Method

Set the Google Form URL. Must start with https://
you must change :
https://docs.google.com/forms/d/e/.../viewform to
https://docs.google.com/forms/d/e/.../formResponse

Parameter Type
url text

2. AddEntry

AddEntry_Call_Method

Add an entry to be submitted. Entry ID cannot be empty . if required question , value cant empty

How to get entry ID?

.

Parameter Type
entryId text
value text

3. ClearEntries

ClearEntries_Call_Method

Clear all added entries

4. SubmitForm

SubmitForm_Call_Method

Submit all added entries to Google Form

aix :
io.otniel.otnielgform.aix (9.8 KB)

aia :
Gform.aia (12.5 KB)

3 Likes