From dd1cc51ea03a07903d805d9398e4c20c292a35f4 Mon Sep 17 00:00:00 2001 From: jmichael1 Date: Mon, 7 Dec 2020 09:47:38 -0500 Subject: [PATCH] Update index.html missing 'be' after 'designed to' line 24 --- tutorials/adding_first_form/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/adding_first_form/index.html b/tutorials/adding_first_form/index.html index b4953e3..d5a54a6 100644 --- a/tutorials/adding_first_form/index.html +++ b/tutorials/adding_first_form/index.html @@ -21,7 +21,7 @@

As mentioned throughout the documentation, Form Tools does not create forms - it - only processes and stores their content. It was deliberately designed to "form builder + only processes and stores their content. It was deliberately designed to be "form builder agnostic": it doesn't force you to generate your forms through one or other program; Form Tools is compatible with any type of web form - even forms stored in Flash or Silverlight scripts. As long as it can send a POST request, Form Tools can handle it!