🧩 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.
 Specifications
 Package: io.otniel.otnielgform
 Size: 9.84 KB
 Version: 1.0
 Minimum API Level: 14
 Updated On: 2025-07-23T17:00:00Z
 Built & documented using: FAST v4.0.0
Events:
GForm has total 2 events.
1. FormSubmitted

Triggered when form is successfully submitted or failed to submit
| Parameter | Type | 
|---|---|
| success | boolean | 
2. ValidationError

Triggered when there is validation error before submission
| Parameter | Type | 
|---|---|
| errorMessage | text | 
Methods:
GForm has total 4 methods.
1. SetFormUrl

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

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
![]()
Clear all added entries
4. SubmitForm
![]()
Submit all added entries to Google Form
aix :
io.otniel.otnielgform.aix (9.8 KB)
aia :
Gform.aia (12.5 KB)