Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
RG Forms is a lightweight form-backend generator for developers and site maintainers. Instead of storing submission data on its own servers, it creates a Google Drive folder, Google Sheet, and Apps Script Web App under the user’s Google account, producing an HTTPS endpoint that can receive direct POST requests. Form submissions are appended to the Google Sheet and trigger email notifications.
Its key value proposition is “no backend”: RG Forms itself is a fully static web app. During setup, it calls Google OAuth, the Drive API, and the Apps Script API directly from the browser, with short-lived tokens kept only in browser memory. After deployment, the user’s website posts directly to their own Apps Script endpoint, and RG Forms servers are not involved. Supported fields include text, email, phone, textarea, and select, with configurable required fields. It also supports email subjects, CC/BCC, Reply-to, multiple form tabs, later field editing, Honeypot anti-spam, and RGFORMS.md / Manifest JSON export.
The text clearly states that RG Forms is free to use with no monthly fee. It offers excellent value, but the cost boundaries are not unlimited: free Google Apps Script accounts have an approximate daily quota of 100 email notifications; scripts must be manually authorized after the first deployment; and the Apps Script API must be enabled before use. The only built-in anti-spam mechanism is Honeypot, so high-traffic sites or scenarios with frequent malicious submissions will need to integrate reCAPTCHA on the frontend themselves.
The advantages are fast deployment, no need for a backend, and data stored in the user’s own Google Sheet, making it well suited to static sites, landing pages, and low-traffic contact forms. The API model is also simple: any website or framework can submit via fetch. The downsides are its strong dependence on the Google ecosystem, and there is no visible information about RG Forms itself being open source or self-hostable. Production-grade capabilities such as complex validation, auditing, webhooks, and permission management are not mentioned in the main copy.
It is suitable for indie developers, small teams, designer websites, personal blogs, and low-volume lead collection. It is less suitable for high-concurrency workloads, strict compliance requirements, or businesses that need stable access from mainland China. In mainland China, Google OAuth, Drive, Sheets, and Apps Script are generally restricted, so practical use will usually require a proxy. If targeting users in China, consider building your own backend, using domestic cloud functions, or choosing a form/low-code service that is reliably accessible within China.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on rgforms.com official site.
rgforms.com is an Unknown API & Data provider. TG4G tracks its product information, an overall rating of 7.0/10, and a China-accessibility score of Limited (proxy recommended). Click "Visit Official Site" to reach rgforms.com directly.