Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/db03f7cb4981754c7572c99a24157c74ce654caf?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
4 deletions
doc/MANUAL.md
@ -116,12 +116,16 @@ Structurally, they are made up of the following elements:
- ** `forms` **: A list of dictionaries of form definitions. **Required** , **List
- ** `forms` **: A list of dictionaries of form definitions. **Required** , **List
of dictionaries**.
of dictionaries**.
- ** `name` **: Name for the form. This must be unique. **Required** ,
- ** `name` **: Name for the form. This must be unique. It is used internally
**String** , **Unique** .
by Scriptform to refer to forms. **Required** , **String** , **Unique** .
- ** `title` **: Title for the form. **Required** , **String** .
- ** `title` **: Title for the form. This is shown in the list of available
forms and on the form page itself as the title for the form and as the
caption for the button which takes you to the form. **Required** ,
**String** .
- ** `description` **: A description of the form. May include HTML tags.
- ** `description` **: A description of the form. May include HTML tags. This
is shown in the list of available forms and on the form page itself.
**Required** , **String** .
**Required** , **String** .
- ** `submit_title` **: The text on the submit button of the form. The
- ** `submit_title` **: The text on the submit button of the form. The