From bec94437c16e4e4716d79b159201cfa443d9ed13 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 25 Jul 2015 22:30:06 +0200 Subject: [PATCH] Tutorial. --- doc/MANUAL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index a10a89c..b949df3 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -26,6 +26,7 @@ This is the manual for version %%VERSION%%. - [Fields](#tutorial_fields) - [Uploads](#tutorial_uploads) - [Validation](#tutorial_validation) + - [Further reading](#tutorial_further) 1. [Form config (JSON) files](#form_config) 1. [Field types](#field_types) - [String](#field_types_string) @@ -574,6 +575,8 @@ offer. Some suggestions on further reading materials: * [Script execution](#script_execution): Details on how scripts are executed. * [Users](#users): Scriptform can do user management. * [Form customization](#cust): Learn how to customize your forms. +* Check the `examples` directory for many interesting examples on how to use + Scriptform. And finally, **please read** the [Security](#security) section for important information regarding Scriptform's security.