Customer Support
A simple customer support tool with Google Sheets

A Google Sheet is a great choice for keeping track of customer support issues. Building a customer support system with Sheet Monkey only requires a spreadsheet and HTML and we've even made those for you to get you started.
Download Sheet: https://docs.google.com/spreadsheets/d/1BAswxgIfTAJVz4oEANH-QdnBC4xRdjYSCCpFvkZjklE/edit?usp=sharing

Sample HTML:
<form action="<your-form-action>" method="post">
<label>Your Email: <input type="email" name="Email" required /></label>
<label>Describe your problem: <textarea name="Problem" placeholder="As much detail as possible" required ></textarea></label>
<input type="hidden" name="Status" value="new" />
<input type="hidden" name="Created" value="x-sheetmonkey-current-date-time" />
<input type="submit" value="Submit Ticket" />
</form>
Last updated
Was this helpful?