Wiki source code of Begriffserklärung


Show last authors
1 {{table dataTypeAlpha="0" preSort="0-asc"}}
2 |=Term|=Description|=Links
3 |Alias|When submitting a form, the form data is send as key-value pairs {{code language="none"}}<name>-<value>{{/code}}. Form element names are limited to certain characters and may not contain any special characters such as spaces or accented letters. Sometimes you may need special characters, for example when forwarding data to a web service that expects a certain name. The alias does not have any restrictions on which characters are allowed. If you want to change the alias of a form element, select the element in the {{designer/}} and set the alias on the [[basic properties panel>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties]].|[[Base properties>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties]]
4 |Cluster|{{formcycle/}} can be run on multiple servers, called {{mserver number="plural"/}} and {{fserver number="plural"/}}. When one server fails, another server can take over and replace that server. All servers connected to each other this way are called a cluster.|[[Cluster>>doc:Formcycle.SystemSettings.UserInterface.Cluster.WebHome]], [[Master and frontend server>>doc:Formcycle.SystemSettings.FrontendAndMasterServer]], [[Server communications overview>>doc:Formcycle.SystemSettings.ServerCommunications]]
5 |{{designer/}}|Form editor for creating forms.|[[{{designer/}}>>doc:Formcycle.FormDesigner.WebHome]]
6 |{{formcloud/}}|{{formcycle/}} on a cloud, allowing you to edit and manage your forms online.|
7 |Form|A form is a web page where users can enter and submit data, such as a contact form, order form, or support request form.|[[My forms>>doc:Formcycle.UserInterface.MyForms.WebHome]], [[Form settings>>doc:Formcycle.FormDesigner.FormProperties]]
8 |Frontend server|A {{fserver/}} provides users with access to forms and accepts or rejects forms that have been submitted. It does not handle management or administrative services, such as editing forms or viewing forms in the inbox.|[[Master and frontend server>>doc:Formcycle.SystemSettings.FrontendAndMasterServer]], [[Server communications overview>>doc:Formcycle.SystemSettings.ServerCommunications]]
9 |Inbox|Contains all forms that have been submitted, called form records. There are form specific inboxes containing only form records of a certain form, and general inboxes containing forms records of different forms.|[[Inbox>>doc:Formcycle.Inbox.WebHome]]
10 |LDAP|{{formcycle/}} allows you to create and manage users directly, but users can also be managed by connection to an LDAP (MS active directory).|[[LDAP>>doc:Formcycle.UserInterface.UserSettings.LDAP]]
11 |Client|Clients are the top level instance with their own forms, users, user groups, inboxes etc. Different divisions of a company can use the same {{formcycle/}} system with a different client for each division.|[[Client>>doc:Formcycle.SystemSettings.UserInterface.Clients]]
12 |Master server|A {{mserver/}} can be used as a stand-alone and provides all of {{formcycle/}}'s functionality. When {{fserver number="plural"/}} are used, the {{mserver/}} is also responsible for managing the connection to each {{fserver/}}.|[[Master and frontend server>>doc:Formcycle.SystemSettings.FrontendAndMasterServer]], [[server communications overview>>doc:Formcycle.SystemSettings.ServerCommunications]]
13 |NTLM|NTLM can be used for authenticating users of a form. This is commonly used for internal forms of a company to identify the employees using the form, allowing the form to access the user's data via NTML. |[[NTLM >>doc:Formcycle.SystemSettings.UserInterface.SingleSignOn.FirefoxSignOnNTLM]]
14 |Variable|Sometimes it becomes necessary to use the value of certain form fields within {{formcycle/}}. For example, you might want to send a mail to the address the user entered in the form. Variables can be used within fields supporting them. They will be replaced by the corresponding value by the system.|[[Variables>>doc:Formcycle.UserInterface.Variables]]
15 |Plugin (client)|Plugins extend the {{formcycle/}} by providing custom functionality. Client plugins are available only to the client who uploaded them. Plugins are written in Java.|[[Client plugin>>doc:Formcycle.UserInterface.Client.Plugins]]
16 |Plugin (system)|Plugins extend the {{formcycle/}} by providing custom functionality. System plugins are available only to all clients. Plugins are written in Java.|[[System plugins>>Formcycle.SystemSettings.UserInterface.SystemPlugins]]
17 |General inbox|An inbox containing form records of different forms. Data columns cannot be customized.|[[General inbox>>doc:Formcycle.Inbox.WebHome]], [[inbox configuration>>doc:Formcycle.UserInterface.Inboxes]]
18 |Form specific inbox|An inbox containing only form records of a specific form. Data columns can be customized. This allows you to view certain form fields without having to open the form.|[[Form specific inbox>>doc:Formcycle.Inbox.WebHome]], [[inbox settings>>doc:Formcycle.UserInterface.Inboxes]]
19 |Role|A role is assigned to each user, controlling the permissions of that user.|[[Roles>>doc:Formcycle.UserInterface.UserSettings.Roles]]
20 |Servlet|Servlets are run on the server when requested by the client, and can return data from the system or make changes to the system.|[[Data sources>>doc:Formcycle.UserInterface.Data.Sources]], [[database queries>>doc:Formcycle.UserInterface.Data.DBQueries]], [[LDAP queries>>doc:Formcycle.UserInterface.Data.LDAPQueries]], [[URLs>>doc:Formcycle.UserInterface.MyForms.Publish.WebHome]]
21 |State|When a form is submitted, is in the special system state //Received//. Other custom states can be defined by adding them in the workflow processing. For example, a job interview form might have the two additional states //Accepted// and //Rejected//.|[[State (workflow)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.States.WebHome]]
22 |Workflow processing|After a form has been submitted, workflow processing starts. Depending on the form's state, certain actions will be executed, such as generating PDF files, sending mails etc. State transitions can be performed manually in the inbox, or by the system.|[[Workflow processing>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]]
23 |Repeatable element|A form element that was marked as repeatable. When a user fills out the form, they can create one or multiple copies of a repeatable element by pressing on the add (+) and delete (-) buttons. This is used, for example, to allow the user to enter multiple email addresses of phone numbers.|[[Base settings>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties]], {{jsdoc page="jquery" name="dynamic"/}}
24 |Template (form element)|A template for a preconfigured form element that is available in the {{designer/}}. It is created by selecting an existing form element and saving it as a template. This template is then available for all forms of the same client. The template is available in the elements panel to the left of the {{designer/}}. It can be added to the form like other standard element such as input fields or containers.|[[Form template>>doc:Formcycle.FormDesigner.ElementTemplates]]
25 |Template (form)|A template for a preconfigured form that is available on the form overview page in the backend. An existing form can be saved as a template. It is then available to all users of the same client. This includes the form itself as well as form files (uploaded files), the workflow configuration and other settings. When you create a new form, you can select a template you want to be used.|[[Save as template>>doc:Formcycle.UserInterface.MyForms.WebHome]], [[Creating forms>>doc:Formcycle.UserInterface.MyForms.BasicActions]]
26 |Template (plugin)|A form template that is provided by a certain type of plugin type. This works similarly to form templates. The template itself is provided by a plugin and cannot be created by a user directly. In contrast to form templates, a template plugin can be installed as a system plugin to make the form template available to all clients.|[[client plugin>>doc:Formcycle.UserInterface.Client.Plugins]]
27 |Widget (form element)|A custom form element provided by a certain type of plugin. When such a plugin is installed, new form elements become available in the elements panel to the left of the {{designer/}}. These widget elements can ship their own custom JavaScript and {{smallcaps}}Css{{/smallcaps}}. Widgets range from simple, custom input fields to more complex fields for handwritten signatures or captchas.|[[{{designer/}}>>doc:Formcycle.FormDesigner.WebHome]], [[client plugin>>doc:Formcycle.UserInterface.Client.Plugins]]
28 {{/table}}