Generate realistic responses and submit them directly to your Google Form!
Generate 100s of responses in seconds.
Auto-detect questions from your Google Form.
Customize every response type and value.
Human-like delays to prevent spam detection.
Works perfectly on your phone or tablet.
Your data stays local. No servers involved.
Add questions exactly as they appear in your Google Form.
Match your questions to Google Form entry IDs:
Entry IDs are required for form submission. Auto-assign will use sequential IDs like entry.1, entry.2, etc.Control how often each option appears in responses:
Adjust sliders to control response distribution. Higher values = more frequent responses.Control how often each rating value appears:
Adjust sliders to control rating distribution. Higher values = more frequent ratings.Add custom text options for text-based questions:
Check your Google Form's "Responses" tab to see the data.
Don't worry! Google shows security warnings for all personal scripts. This is completely normal and safe.
Follow these simple steps β copy the code below, deploy the script, then paste the Web App URL into the Google Apps Script Web App URL field.
// Google Apps Script for Form Response Generator
// Generated by FormRushX
function doPost(e) {
var formUrl = "https://docs.google.com/forms/d/e/your view form id/formResponse";
var options = {
method: "post",
payload: e.parameter
};
try {
UrlFetchApp.fetch(formUrl, options);
return ContentService.createTextOutput("Success").setMimeType(ContentService.MimeType.TEXT);
} catch (error) {
return ContentService.createTextOutput("Error: " + error.toString()).setMimeType(ContentService.MimeType.TEXT);
}
}
// β
How to use:
// 1. Open https://script.google.com/
// 2. Create a new project β Paste this code
// 3. Click Deploy β New deployment β Type: Web app
// 4. Execute as: Me | Access: Anyone
// 5. Copy the Web App URL β Paste it back into FormRushX
// Google Apps Script for Form Response Generator
// Generated by FormRushX
function doPost(e) {
var formUrl = "https://docs.google.com/forms/d/e/your view form id/formResponse";
var options = {
method: "post",
payload: e.parameter
};
try {
UrlFetchApp.fetch(formUrl, options);
return ContentService.createTextOutput("Success").setMimeType(ContentService.MimeType.TEXT);
} catch (error) {
return ContentService.createTextOutput("Error: " + error.toString()).setMimeType(ContentService.MimeType.TEXT);
}
}
// β
How to use:
// 1. Open https://script.google.com/
// 2. Create a new project β Paste this code
// 3. Click Deploy β New deployment β Type: Web app
// 4. Execute as: Me | Access: Anyone
// 5. Copy the Web App URL β Paste it back into FormRushX
Don't worry! Google shows security warnings for all personal scripts.
This is completely normal and safe.
Have questions or suggestions? Send us a message!
Yes, FormRushX is completely free to use for generating responses.
Absolutely. FormRushX runs entirely in your browser. We do not store any of your form data or responses.
The script acts as a bridge to securely send data to your Google Form without exposing your personal account details directly.
We recommend using "Safe Mode" to simulate human behavior. However, always use this tool responsibly and in accordance with Google's Terms of Service.
Last Updated: November 2025
By using FormRushX, you agree to the following terms:
Your Privacy Matters
FormRushX is designed with privacy in mind: