Posted by João Martins on 13 Apr 2026
How to Create a Quote Request Form That Saves to Google Sheets
Collect and manage quote requests directly in Google Sheets
If you're a freelancer or agency, quote requests are your pipeline. Form2Sheet saves every inquiry to Google Sheets so you can track prospects, compare budgets, and follow up promptly. Get email notifications the moment a new request comes in.
Step 1: Prerequisites
The first step in integrating Form2Sheet is to subscribe either monthly or yearly.
Then, go to https://form2sheet.com and create your first
spreadsheet.
(Email received after creating a spreadsheet)
Step 2: Building Your Quote Request Form
Crafting your unique HTML form is the heart of the process. Utilize a text editor to add
the desired fields and styling to your form. Take inspiration from the example provided,
customizing it to fit your specific needs. Make sure to replace the $API_URL with the one you received
in your email (check your spam folder as well).
<form action="" method="">
<label>Your Name:</label>
<input type="text" name="" />
<label>Your E-mail:</label>
<input type="email" name="" />
<label>Company:</label>
<input type="text" name="" />
<label>Service Needed:</label>
<select name="">
<option value="Web Development">Web Development</option>
<option value="Mobile App">Mobile App</option>
<option value="Design">Design</option>
<option value="Consulting">Consulting</option>
<option value="Other">Other</option>
</select>
<label>Budget Range:</label>
<select name="">
<option value="Under $1,000">Under $1,000</option>
<option value="$1,000-$5,000">$1,000 - $5,000</option>
<option value="$5,000-$10,000">$5,000 - $10,000</option>
<option value="$10,000+">$10,000+</option>
</select>
<label>Timeline:</label>
<select name="">
<option value="ASAP">ASAP</option>
<option value="1-2 weeks">1-2 weeks</option>
<option value="1 month">1 month</option>
<option value="Flexible">Flexible</option>
</select>
<label>Project Details:</label>
<textarea name=""></textarea>
<input type="submit" value="Request Quote" />
</form>
Step 3: Submitting the Form
In the GIF below, you can see how after submitting the form you check the results in
your Spreadsheet.
Besides that, you and the respondent will receive a confirmation email with the data
submitted.
And that's it! Simple as that. Additionally, you can create Unlimited Spreadsheets, customize the Thank You page, add as many Custom Form Fields as you want and remove the Form2Sheet branding from the emails.
Conclusion
Congratulations! You can now go ahead and publish your quote request form. It is now
ready to start collecting inquiries. With
Form2Sheet, the process is streamlined, and you can focus on winning new clients
without the hassle of complicated setups.
If this made you curious, go ahead and check our pricing below.