suggestion-form.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <h2>Improve this documentation</h2>
  2. <p>Have an idea on how to make this documentation even better? Send your
  3. feedback below! But if you need help with borgmatic, or have an idea for a
  4. borgmatic feature, please use our <a href="https://torsion.org/borgmatic/#issues">issue
  5. tracker</a> instead.</p>
  6. <form id="suggestion-form">
  7. <div><label for="suggestion">Documentation suggestion</label></div>
  8. <textarea id="suggestion" rows="8" cols="60" name="suggestion"></textarea>
  9. <div data-sk-error="suggestion" class="form-error"></div>
  10. <input id="_page" type="hidden" name="_page">
  11. <input id="_subject" type="hidden" name="_subject" value="borgmatic documentation suggestion">
  12. <br />
  13. <label for="email">Email address</label>
  14. <div><input id="email" type="email" name="email" placeholder="Only required if you want a response!"></div>
  15. <div data-sk-error="email" class="form-error"></div>
  16. <br />
  17. <div><button type="submit">Send</button></div>
  18. <br />
  19. </form>
  20. <script>
  21. document.getElementById('_page').value = window.location.href;
  22. window.sk=window.sk||function(){(sk.q=sk.q||[]).push(arguments)};
  23. sk('form', 'init', {
  24. id: '1d536680ab96',
  25. element: '#suggestion-form'
  26. });
  27. </script>
  28. <script defer src="https://js.statickit.com/statickit.js"></script>