From version < 3.1 >
edited by tkr
on 21.08.2019, 12:57
To version < 4.2 >
edited by awa
on 19.12.2019, 10:22
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tkr
1 +XWiki.awa
Content
... ... @@ -1,3 +1,52 @@
1 1  {{info}}
2 -This function is not available yet.
2 +This function is available starting with {{formcycle/}} version 6.2.0.
3 3  {{/info}}
4 +
5 +This feature allows creation of form records and e.g. email invitation of persons to fill out this form. Data, including email adresses for the invitation, can be uploaded under data as a .csv file.
6 +The datasource with all information that should be used can be selected in the invitation dialog. The number of invitations which can simultaniously be created depends on the license.
7 +
8 +== Process ==
9 +
10 +After starting the process of inviting persons, a form record is produced for every row in the datasource. The form is prefilled if wanted (see configuration) and a target status for the created form can be set (see configuration). Each Email adress receives a link to the for itself created form, if email sending is activated (see conifguration). Based on this link, the receiver can edit or send the form record.
11 +
12 +== Configuration ==
13 +
14 +An uploaded datasource in .csv format is required to use the invitation feature. It is recommended to use headers. The invitation can be configured via multiple required and optional settings. The dialog is divided into four parts:
15 +
16 +=== Datasource ===
17 +
18 +; Datasource (.csv)
19 +: All datasources of this mandant are listed here. The datasource which should be used can be selected here.
20 +; From (row)
21 +: The invitation process will begin from this row in the datasource.
22 +; Number of entries
23 +: This defines the number of entries which are used for the invitation process and consequently the number of form records that are created. The maximum number is dependent on the license.
24 +
25 +=== Email configuration ===
26 +
27 +; Activation
28 +: Activates the sending of emails to the content of the defined column of email adresses in the invitation process.
29 +; Column of e-mail adresses
30 +: All headers of each column in the datasource are displayed here. The column that contains email adresses should be selected here. The emails are sent to the content of this column.
31 +; Email from
32 +: Specifies the sender address of the invitation email.
33 +; Sender name
34 +: Specifies the name of the sender of the double opt-in email.
35 +; Subject
36 +: Specifies the subject of the invitation email.
37 +; Message
38 +: The text of invitation email. This should contain the (prefilled) form link. The form link is available via the [[variables>>doc:Formcycle.UserInterface.Variables.WebHome]] //[%$FORM_INVITE_LINK%]//.
39 +
40 +=== Prefill form ===
41 +
42 +; Activation
43 +: Activates prefilling of form elements during the invitation process.
44 +; Datamapping table
45 +: The form can optionally be prefilled with e.g. data from the datasource. If this option is active, a table with the mapping of form elements and columns of the datasource will appear. The first column of this table lists all form elements that can be filled. This column can be searched for specific form elements. In the second column, the content which will be prefilled can be specified. There are also placeholder which are dependent on the datasource which are replaced with the content of the specific column. These placeholders are available under über //[%$data.COLUMNNAME%]// for datasources with header or //[%$data.col1%]// for the first column of datasources without header. The third column of the datamapping table contains the button to edit that row and by clicking on the button of the last row, the mapping is deleted. If no value is specified in the second column, the form element will not be prefilled.
46 +
47 +=== Target status ===
48 +
49 +; Activation
50 +: Activates to set a specific status to a generated form record.
51 +; Set target status
52 +: All status that are defined for this form are listed here and one of them must be selected.
Copyright 2000-2024