Wiki source code of Verwendung
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Prerequisite for the use is the correct [[Installation>>doc:Formcycle.CMSExtension.SixCMSExtension.Installation.WebHome]] and [[Configuration>>doc:Formcycle.CMSExtension.SixCMSExtension.Configuration]] of the plugin. | ||
2 | |||
3 | === Procedure === | ||
4 | |||
5 | {{lightbox image="sixcms_4.png" width="300"/}} | ||
6 | |||
7 | Go to the corresponding container in the navigation tree. | ||
8 | |||
9 | |||
10 | |||
11 | |||
12 | {{lightbox image="sixcms_10.png" width="300"/}} | ||
13 | |||
14 | Create the form in the container by clicking on the icon //New//. The interface of the FORMCYCLE plugin opens. | ||
15 | |||
16 | |||
17 | |||
18 | {{lightbox image="sixcms_11.png" width="300"/}} | ||
19 | |||
20 | Here the **FORMCYCLE** login data are entered and confirmed via the //Login// button. | ||
21 | |||
22 | |||
23 | |||
24 | {{lightbox image="sixcms_12.png" width="300"/}} | ||
25 | |||
26 | |||
27 | {{lightbox image="sixcms_13.png" width="300"/}} | ||
28 | |||
29 | |||
30 | In this tab all available forms are displayed. Select the appropriate form. If you want to change the form content, click on the //Designer// button. The {{designer/}} will now open in the new window with the selected form. For more information on working with the {{designer case="dat"/}}, see [[here.>>doc:Formcycle.FormDesigner.WebHome]] | ||
31 | |||
32 | |||
33 | |||
34 | |||
35 | **CSS/JavaScript** | ||
36 | See [[Installation>>doc:Formcycle.CMSExtension.SixCMSExtension.Installation.Settings]] | ||
37 | |||
38 | **Returns/Response pages** | ||
39 | After submitting the form (POST request), a response page must be displayed. Here you define the response page in case of successful and incorrect submission of the form data. If nothing is entered here, FORMCYCLE delivers the standard response pages. | ||
40 | |||
41 | The form is now ready and can be included in an appropriate template. The necessary template command is: | ||
42 | |||
43 | **%CMS_PLUGIN_XIMA::getForm(url=%CMS_DATA((% style="color:#ff0000" %)formcycle_formular_url(%%)) )** | ||
44 | |||
45 | The name (% style="color:#ff0000" %)formcycle_form_url(%%) corresponds to the variable name defined under structure. | ||
46 | {{lightbox image="sixcms_9.png" width="300"/}} |