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!